ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) 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.
Arrête un canal de l'écouteur du protocole.
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 StopProcessProtocolListenerChannel(System::String ^ protocolId, int listenerChannelId, bool immediate);
public void StopProcessProtocolListenerChannel (string protocolId, int listenerChannelId, bool immediate);
abstract member StopProcessProtocolListenerChannel : string * int * bool -> unit
override this.StopProcessProtocolListenerChannel : string * int * bool -> unit
Public Sub StopProcessProtocolListenerChannel (protocolId As String, listenerChannelId As Integer, immediate As Boolean)
Paramètres
- protocolId
- String
Identificateur du protocole.
- listenerChannelId
- Int32
Canal de l'écouteur du protocole de rappel.
- immediate
- Boolean
S'il faut arrêter immédiatement le canal de l'écouteur du protocole.