Partilhar via


IPphManager.StartProcessProtocolListenerChannel Método

Definição

Inicia o canal de escuta do protocolo de processo especificado.

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

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)

Parâmetros

protocolId
String

A ID do protocolo.

listenerChannelCallback
IListenerChannelCallback

A interface IListenerChannelCallback.

Comentários

StartProcessProtocolListenerChannelé introduzido no .NET Framework 3,5. Para saber mais, confira Versões e dependências.

Aplica-se a