ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) Methode

Definition

Beendet einen Protokolllistenerchannel.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

protocolId
String

Die Protokoll-ID.

listenerChannelId
Int32

Der Rückruf für den Protokolllistenerchannel.

immediate
Boolean

Ob der Protokolllistenerchannel sofort beendet werden soll.

Implementiert

Gilt für