ProcessHost.StartAppDomainProtocolListenerChannel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动应用程序域协议侦听器通道。
此 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
协议侦听器通道回调。