ProcessHost.StopProcessProtocolListenerChannel Method (String, Int32, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Stops a protocol listener channel.
Assembly: System.Web (in System.Web.dll)
abstract StopProcessProtocolListenerChannel : protocolId:string * listenerChannelId:int * immediate:bool -> unit override StopProcessProtocolListenerChannel : protocolId:string * listenerChannelId:int * immediate:bool -> unit
Parameters
- protocolId
-
Type:
System.String
The protocol ID.
- listenerChannelId
-
Type:
System.Int32
The protocol listener channel callback.
- immediate
-
Type:
System.Boolean
Whether to stop the protocol listener channel immediately.
.NET Framework
Available since 2.0
Available since 2.0
Show: