ProcessHost.StartProcessProtocolListenerChannel Metoda

Definicja

Uruchamia kanał odbiornika protokołu przetwarzania.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

protocolId
String

Identyfikator protokołu.

listenerChannelCallback
IListenerChannelCallback

Wywołanie zwrotne kanału odbiornika protokołu.

Implementuje

Dotyczy