ReceiverEndpoint.Open Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- uri
- String
- config
- IPropertyBag
- bizTalkConfig
- IPropertyBag
- handlerPropertyBag
- IPropertyBag
- transportProxy
- IBTTransportProxy
- transportType
- String
- propertyNamespace
- String
- control
- ControlledTermination