IAdphManager.StartAppDomainProtocolListenerChannel メソッド

定義

アプリケーション ドメイン プロトコル リスナー チャネルを開始します。

この 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

アプリケーション ID

protocolId
String

プロトコル ID。

listenerChannelCallback
IListenerChannelCallback

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

注釈

StartAppDomainProtocolListenerChannel は .NET Framework 3.5 で導入されました。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象