Partilhar via


ProcessHost.StartProcessProtocolListenerChannel Método

Definição

Inicia um canal ouvinte do protocolo de processo.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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)

Parâmetros

protocolId
String

A ID do protocolo.

listenerChannelCallback
IListenerChannelCallback

O retorno de chamada do canal de ouvinte de protocolo.

Implementações

Aplica-se a