SendPipeline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SendPipeline abstract : Microsoft::BizTalk::PipelineOM::Pipeline
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class SendPipeline : Microsoft.BizTalk.PipelineOM.Pipeline
type SendPipeline = class
inherit Pipeline
Public MustInherit Class SendPipeline
Inherits Pipeline
- Inheritance
- Attributes
Constructors
| SendPipeline() |
Fields
| BtsErrorDisassemblerXmlNotWellformed | (Inherited from Pipeline) |
Properties
| StageCount | (Inherited from Pipeline) |
| VersionDependentGuid | (Inherited from Pipeline) |
| XmlContent | (Inherited from Pipeline) |
Methods
| AddComponent(Stage, IBaseComponent) | (Inherited from Pipeline) |
| AddStage(Guid, ExecutionMode) | (Inherited from Pipeline) |
| Close() | (Inherited from Pipeline) |
| Configure(XmlReader) | (Inherited from Pipeline) |
| Execute(Int32, Int32, IBaseMessage) | (Inherited from Pipeline) |
| GetStageByType(Guid, Stage) | (Inherited from Pipeline) |
| IsRecoverableInterchange(IBaseMessage) | (Inherited from Pipeline) |
| Reset() | (Inherited from Pipeline) |
| SetStageConfig(Stage) | (Inherited from Pipeline) |