AsyncTransmitter.GetEndpoint 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
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
Parameters
- endpointParameters
- EndpointParameters
Returns
Applies to
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
Parameters
- message
- IBaseMessage