BizTalkOperations.GetMessageFlow Method
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.
Overloads
GetMessageFlow(Guid) | |
GetMessageFlow(Guid, TrackingDatabase) |
GetMessageFlow(Guid)
public:
Microsoft::BizTalk::Operations::MessageFlow ^ GetMessageFlow(Guid instanceID);
public Microsoft.BizTalk.Operations.MessageFlow GetMessageFlow (Guid instanceID);
member this.GetMessageFlow : Guid -> Microsoft.BizTalk.Operations.MessageFlow
Public Function GetMessageFlow (instanceID As Guid) As MessageFlow
Parameters
- instanceID
- Guid
Returns
Applies to
GetMessageFlow(Guid, TrackingDatabase)
public:
Microsoft::BizTalk::Operations::MessageFlow ^ GetMessageFlow(Guid instanceID, Microsoft::BizTalk::Operations::TrackingDatabase ^ trackingDb);
public Microsoft.BizTalk.Operations.MessageFlow GetMessageFlow (Guid instanceID, Microsoft.BizTalk.Operations.TrackingDatabase trackingDb);
member this.GetMessageFlow : Guid * Microsoft.BizTalk.Operations.TrackingDatabase -> Microsoft.BizTalk.Operations.MessageFlow
Public Function GetMessageFlow (instanceID As Guid, trackingDb As TrackingDatabase) As MessageFlow
Parameters
- instanceID
- Guid
- trackingDb
- TrackingDatabase