Share via


IPphManager.StartProcessProtocolListenerChannel Méthode

Définition

Démarre le canal de l'écouteur du protocole du processus spécifié.

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 StartProcessProtocolListenerChannel(System::String ^ protocolId, System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback);
public void StartProcessProtocolListenerChannel (string protocolId, System.Web.Hosting.IListenerChannelCallback listenerChannelCallback);
abstract member StartProcessProtocolListenerChannel : string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartProcessProtocolListenerChannel (protocolId As String, listenerChannelCallback As IListenerChannelCallback)

Paramètres

protocolId
String

Identificateur du protocole.

listenerChannelCallback
IListenerChannelCallback

Interface IListenerChannelCallback.

Remarques

StartProcessProtocolListenerChannel est introduit dans .NET Framework 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à