Receiver.AddReceiveEndpoint(String, IPropertyBag, IPropertyBag) 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 void AddReceiveEndpoint(System::String ^ Url, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ pConfig, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ pBizTalkConfig);
public void AddReceiveEndpoint (string Url, Microsoft.BizTalk.Component.Interop.IPropertyBag pConfig, Microsoft.BizTalk.Component.Interop.IPropertyBag pBizTalkConfig);
abstract member AddReceiveEndpoint : string * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag -> unit
override this.AddReceiveEndpoint : string * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag -> unit
Public Sub AddReceiveEndpoint (Url As String, pConfig As IPropertyBag, pBizTalkConfig As IPropertyBag)
Parameters
- Url
- String
- pConfig
- IPropertyBag
- pBizTalkConfig
- IPropertyBag