ProcessHost.StartAppDomainProtocolListenerChannel Méthode

Définition

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:
 virtual 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
override this.StartAppDomainProtocolListenerChannel : string * string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartAppDomainProtocolListenerChannel (appId As String, protocolId As String, listenerChannelCallback As IListenerChannelCallback)

Paramètres

appId
String

L’ID de l'application.

protocolId
String

Identificateur du protocole.

listenerChannelCallback
IListenerChannelCallback

Canal de l'écouteur du protocole de rappel.

Implémente

S’applique à