IAdphManager.StartAppDomainProtocolListenerChannel(String, String, IListenerChannelCallback) 方法
定义
启动应用程序域协议侦听器通道。Starts an application domain protocol listener channel.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
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
Public Sub StartAppDomainProtocolListenerChannel (appId As String, protocolId As String, listenerChannelCallback As IListenerChannelCallback)
参数
- appId
- String
应用程序 IDThe application ID
- protocolId
- String
协议 ID。The protocol ID.
- listenerChannelCallback
- IListenerChannelCallback
协议侦听器通道回调。The protocol listener channel callback.
注解
StartAppDomainProtocolListenerChannel 在 .NET Framework 3.5 中引入。StartAppDomainProtocolListenerChannel is introduced in the .NET Framework 3.5. 有关详细信息,请参见版本和依赖关系。For more information, see Versions and Dependencies.