Aracılığıyla paylaş


ProcessHost.StartProcessProtocolListenerChannel Yöntem

Tanım

bir işlem protokolü dinleyici kanalı başlatır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

protocolId
String

Protokol kimliği.

listenerChannelCallback
IListenerChannelCallback

Protokol dinleyici kanalı geri çağırma.

Uygulamalar

Şunlara uygulanır