Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the tracking configuration for the port.
The syntax shown is language neutral.
Syntax
uint32 Tracking;
Return Value
The following table contains the permissible values for this property:
| Member name | Value | Description |
|---|---|---|
| AfterReceivePipeline | 2 | Tracks the entire message immediately after it is processed by the receive pipeline associated with this port. |
| AfterSendPipeline | 8 | Tracks the entire message immediately after it is processed by the send pipeline associated with this port. This value is only allowed on two-way send ports. |
| BeforeReceivePipeline | 1 | Tracks the entire message immediately before it is processed by the receive pipeline associated with this port. |
| BeforeSendPipeline | 4 | Tracks the entire message immediately before it is processed by the send pipeline associated with this port. This value is only allowed on two-way send ports. |
Note that the integer values must be used in code and script.
Remarks
This property is read-write.
This property wraps the managed Microsoft.BizTalk.ExplorerOM.ReceivePort.Tracking property.
Requirements
Header: Declared in BTSWMISchema2K.mof or BTSWMISchemaXP.mof.
Namespace: Included in \root\MicrosoftBizTalkServer.