Share via


ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) Méthode

Définition

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.

Implémente

S’applique à