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