ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) Metoda

Definicja

Zatrzymuje kanał odbiornika protokołu.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

protocolId
String

Identyfikator protokołu.

listenerChannelId
Int32

Wywołanie zwrotne kanału odbiornika protokołu.

immediate
Boolean

Czy kanał odbiornika protokołu ma być natychmiast zatrzymany.

Implementuje

Dotyczy