Share via


ReceiverEndpoint.Open Method

Definition

public:
 abstract 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 abstract 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);
abstract member 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 MustOverride 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