ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
停止协议侦听器通道。
此 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
是否立即停止协议侦听器通道。