IPphManager.StartProcessProtocolListenerChannel 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 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.