AsyncTransmitter.CreateEndpointParameters(IBaseMessage) 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.
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