ProcessHost.StartProcessProtocolListenerChannel 方法

定义

启动协议侦听器通道。

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

public:
 virtual 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
override this.StartProcessProtocolListenerChannel : string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartProcessProtocolListenerChannel (protocolId As String, listenerChannelCallback As IListenerChannelCallback)

参数

protocolId
String

协议 ID。

listenerChannelCallback
IListenerChannelCallback

协议侦听器通道回调。

实现

适用于