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