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 支持产品基础结构,不能在代码中直接使用。

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

适用于