ReceivePipeline 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 ReceivePipeline abstract : Microsoft::BizTalk::PipelineOM::Pipeline
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class ReceivePipeline : Microsoft.BizTalk.PipelineOM.Pipeline
type ReceivePipeline = class
inherit Pipeline
Public MustInherit Class ReceivePipeline
Inherits Pipeline
- Inheritance
- Attributes
Constructors
| ReceivePipeline() |
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) |
| GetNext() | |
| GetStageByType(Guid, Stage) | (Inherited from Pipeline) |
| IsRecoverableInterchange(IBaseMessage) | (Inherited from Pipeline) |
| Reset() | (Inherited from Pipeline) |
| SetStageConfig(Stage) | (Inherited from Pipeline) |