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

プロトコル リスナー チャネル コールバック。

実装

適用対象