AsyncTransmitter.GetEndpointParameters(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.
public:
virtual Microsoft::BizTalk::Adapter::Common::EndpointParameters ^ GetEndpointParameters(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message);
public virtual Microsoft.BizTalk.Adapter.Common.EndpointParameters GetEndpointParameters (Microsoft.BizTalk.Message.Interop.IBaseMessage message);
abstract member GetEndpointParameters : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.EndpointParameters
override this.GetEndpointParameters : Microsoft.BizTalk.Message.Interop.IBaseMessage -> Microsoft.BizTalk.Adapter.Common.EndpointParameters
Public Overridable Function GetEndpointParameters (message As IBaseMessage) As EndpointParameters
Parameters
- message
- IBaseMessage