ProcessHost.StartProcessProtocolListenerChannel メソッド

定義

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

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

public:
 virtual 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
override this.StartProcessProtocolListenerChannel : string * System.Web.Hosting.IListenerChannelCallback -> unit
Public Sub StartProcessProtocolListenerChannel (protocolId As String, listenerChannelCallback As IListenerChannelCallback)

パラメーター

protocolId
String

プロトコル ID。

listenerChannelCallback
IListenerChannelCallback

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

実装

適用対象