IPphManager.StartProcessProtocolListenerChannel 方法

定义

启动指定的进程协议侦听器通道。

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

public:
 void StartProcessProtocolListenerChannel(System::String ^ protocolId, System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback);
public void StartProcessProtocolListenerChannel (string protocolId, System.Web.Hosting.IListenerChannelCallback listenerChannelCallback);
abstract member StartProcessProtocolListenerChannel : string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartProcessProtocolListenerChannel (protocolId As String, listenerChannelCallback As IListenerChannelCallback)

参数

protocolId
String

协议 ID。

listenerChannelCallback
IListenerChannelCallback

IListenerChannelCallback 接口。

注解

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

适用于