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

定义

停止指定的进程协议侦听器通道。

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

public:
 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
Public Sub StopProcessProtocolListenerChannel (protocolId As String, listenerChannelId As Integer, immediate As Boolean)

参数

protocolId
String

侦听器通道的协议 ID。

listenerChannelId
Int32

侦听器通道 ID。

immediate
Boolean

true 表示通知进程协议管理器同步停止所有侦听器通道;false 则表示异步停止所有侦听器通道。

注解

StopProcessProtocolListenerChannel在 3.5 .NET Framework中引入。 有关详细信息,请参见版本和依赖关系

适用于