共用方式為


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

接聽程式通道的通訊協定識別碼。

listenerChannelId
Int32

接聽程式通道識別碼。

immediate
Boolean

若要通知處理序通訊協定管理員同步停止所有接聽程式通道,則為 true;如果要非同步停止所有接聽程式通道,則為 false

備註

StopProcessProtocolListenerChannel.NET Framework 3.5 中引進。 如需詳細資訊,請參閱版本和相依性

適用於