Share via


AsyncTransmitter.CreateEndpointParameters(IBaseMessage) Method

Definition

protected:
 virtual Microsoft::BizTalk::Adapter::Common::EndpointParameters ^ CreateEndpointParameters(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message);
protected virtual Microsoft.BizTalk.Adapter.Common.EndpointParameters CreateEndpointParameters (Microsoft.BizTalk.Message.Interop.IBaseMessage message);
abstract member CreateEndpointParameters : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.EndpointParameters
override this.CreateEndpointParameters : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.EndpointParameters
Protected Overridable Function CreateEndpointParameters (message As IBaseMessage) As EndpointParameters

Parameters

message
IBaseMessage

Returns

Applies to