IPphManager.StartProcessProtocolListenerChannel メソッド

定義

指定したプロセス プロトコル リスナー チャネルを開始します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

protocolId
String

プロトコル ID。

listenerChannelCallback
IListenerChannelCallback

IListenerChannelCallback インターフェイスです。

注釈

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

適用対象