IAdphManager.StartAppDomainProtocolListenerChannel 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.
Démarre un canal de l'écouteur du protocole du domaine d'application.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
void StartAppDomainProtocolListenerChannel(System::String ^ appId, System::String ^ protocolId, System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback);
public void StartAppDomainProtocolListenerChannel (string appId, string protocolId, System.Web.Hosting.IListenerChannelCallback listenerChannelCallback);
abstract member StartAppDomainProtocolListenerChannel : string * string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartAppDomainProtocolListenerChannel (appId As String, protocolId As String, listenerChannelCallback As IListenerChannelCallback)
Paramètres
- appId
- String
Identificateur de l'application.
- protocolId
- String
Identificateur du protocole.
- listenerChannelCallback
- IListenerChannelCallback
Canal de l'écouteur du protocole de rappel.
Remarques
StartAppDomainProtocolListenerChannel est introduit dans .NET Framework 3.5. Pour plus d’informations, consultez Versions et dépendances.