BizTalkOperations.GetMessageFlow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- instanceID
- Guid
傳回
適用於
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
參數
- instanceID
- Guid
- trackingDb
- TrackingDatabase