IBTTransportConfig.AddReceiveEndpoint 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:
void AddReceiveEndpoint(System::String ^ url, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ adapterConfig, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ bizTalkConfig);
public void AddReceiveEndpoint (string url, Microsoft.BizTalk.Component.Interop.IPropertyBag adapterConfig, Microsoft.BizTalk.Component.Interop.IPropertyBag bizTalkConfig);
abstract member AddReceiveEndpoint : string * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag -> unit
Public Sub AddReceiveEndpoint (url As String, adapterConfig As IPropertyBag, bizTalkConfig As IPropertyBag)
Parameters
- url
- String
- adapterConfig
- IPropertyBag
- bizTalkConfig
- IPropertyBag