AsyncTransmitter.GetEndpoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetEndpoint(EndpointParameters) | |
GetEndpoint(IBaseMessage) |
GetEndpoint(EndpointParameters)
public:
virtual Microsoft::BizTalk::Adapter::Common::AsyncTransmitterEndpoint ^ GetEndpoint(Microsoft::BizTalk::Adapter::Common::EndpointParameters ^ endpointParameters);
public virtual Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint GetEndpoint (Microsoft.BizTalk.Adapter.Common.EndpointParameters endpointParameters);
abstract member GetEndpoint : Microsoft.BizTalk.Adapter.Common.EndpointParameters -> Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint
override this.GetEndpoint : Microsoft.BizTalk.Adapter.Common.EndpointParameters -> Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint
參數
- endpointParameters
- EndpointParameters
傳回
適用於
GetEndpoint(IBaseMessage)
public:
virtual Microsoft::BizTalk::Adapter::Common::AsyncTransmitterEndpoint ^ GetEndpoint(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message);
public virtual Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint GetEndpoint (Microsoft.BizTalk.Message.Interop.IBaseMessage message);
abstract member GetEndpoint : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint
override this.GetEndpoint : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.AsyncTransmitterEndpoint
Public Overridable Function GetEndpoint (message As IBaseMessage) As AsyncTransmitterEndpoint
參數
- message
- IBaseMessage