ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) 方法

定义

停止协议侦听器通道。

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

protocolId
String

协议 ID。

listenerChannelId
Int32

协议侦听器通道回调。

immediate
Boolean

是否立即停止协议侦听器通道。

实现

适用于