IPphManager.StartProcessProtocolListenerChannel Methode

Definition

Startet den angegebenen Protokolllistenerchannel für einen Prozess.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

protocolId
String

Die Protokoll-ID.

listenerChannelCallback
IListenerChannelCallback

Die IListenerChannelCallback-Schnittstelle.

Hinweise

StartProcessProtocolListenerChannelwird im .NET Framework 3.5 eingeführt. Weitere Informationen finden Sie unter Versionen und Abhängigkeiten.

Gilt für