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