ReceivePipeline (SendPort Node)
The ReceivePipeline node of the SendPort node of a binding file contains specific information about a receive pipeline bound to a two way send port that is exported with the binding file.
Nodes in the ReceivePipeline node
The following table lists the properties that can be set for this node of a binding file:
Name | Node Type | Data Type | Description | Restrictions | Comments |
---|---|---|---|---|---|
Name | Attribute | xs:string | Specifies the name of the send pipeline. | Not required | Default value: empty |
FullyQualifiedName | Attribute | xs:string | Specifies the fully qualified name of the pipeline, which includes the name of the assembly that the pipeline was deployed as a part of. | Not required | Default value: empty |
Type | Attribute | xs:int | Specifies the type of pipeline. | Required | Default value: none Possible values are documented in the Microsoft.BizTalk.ExplorerOM.PipelineType enumeration. |
TrackingOption | Attribute | PipelineTrackingTypes (SimpleType) | Specifies the tracking options for the pipeline. | Required | Default value: none Possible values are documented in the Microsoft.BizTalk.ExplorerOM.PipelineTrackingTypes enumeration. |
Description | Attribute | xs:string | Specifies a description for the send pipeline. | Not required | Default value: empty |