ReceiverEndpoint.Open 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:
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
- control
- ControlledTermination