ProcessHost.StartAppDomainProtocolListenerChannel 方法

定义

启动应用程序域协议侦听器通道。

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

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

参数

appId
String

应用程序 ID。

protocolId
String

协议 ID。

listenerChannelCallback
IListenerChannelCallback

协议侦听器通道回调。

实现

适用于