ReceiverEndpoint<RLConfigType>.Open Method

Definition

public:
 override void Open(System::String ^ uri, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ config, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ bizTalkConfig, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ handlerPropertyBag, Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, System::String ^ transportType, System::String ^ propertyNamespace, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control);
public override sealed void Open (string uri, Microsoft.BizTalk.Component.Interop.IPropertyBag config, Microsoft.BizTalk.Component.Interop.IPropertyBag bizTalkConfig, Microsoft.BizTalk.Component.Interop.IPropertyBag handlerPropertyBag, Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, string transportType, string propertyNamespace, Microsoft.BizTalk.Adapter.Common.ControlledTermination control);
override this.Open : string * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * string * string * Microsoft.BizTalk.Adapter.Common.ControlledTermination -> unit
Public Overrides NotOverridable Sub Open (uri As String, config As IPropertyBag, bizTalkConfig As IPropertyBag, handlerPropertyBag As IPropertyBag, transportProxy As IBTTransportProxy, transportType As String, propertyNamespace As String, control As ControlledTermination)

Parameters

uri
String
config
IPropertyBag
bizTalkConfig
IPropertyBag
handlerPropertyBag
IPropertyBag
transportProxy
IBTTransportProxy
transportType
String
propertyNamespace
String

Applies to