Share via


IPphManager 介面

定義

提供接聽程式通道的停止和開始控制項。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IPphManager
[System.Runtime.InteropServices.Guid("1cc9099d-0a8d-41cb-87d6-845e4f8c4e91")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPphManager
[<System.Runtime.InteropServices.Guid("1cc9099d-0a8d-41cb-87d6-845e4f8c4e91")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPphManager = interface
Public Interface IPphManager
衍生
屬性

備註

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

方法

StartProcessProtocolListenerChannel(String, IListenerChannelCallback)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

啟動指定的處理序通訊協定接聽程式通道。

StopProcessProtocol(String, Boolean)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

停止所有通訊協定接聽程式通道。

StopProcessProtocolListenerChannel(String, Int32, Boolean)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

停止指定的處理序通訊協定接聽程式通道。

適用於