ReceiverEndpoint<RLConfigType>.Open Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- uri
- String
- config
- IPropertyBag
- bizTalkConfig
- IPropertyBag
- handlerPropertyBag
- IPropertyBag
- transportProxy
- IBTTransportProxy
- transportType
- String
- propertyNamespace
- String
- control
- ControlledTermination