IPphManager.StopProcessProtocolListenerChannel Method (String, Int32, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Stops the specified process protocol listener channel.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Sub StopProcessProtocolListenerChannel (
	protocolId As String,
	listenerChannelId As Integer,
	immediate As Boolean
)

Parameters

protocolId
Type: System.String

The protocol ID for the listener channel.

listenerChannelId
Type: System.Int32

The listener channel ID.

immediate
Type: System.Boolean

true to notify the process protocol manager to stop all listener channels synchronously; false to stop all listener channels asynchronously.

StopProcessProtocolListenerChannel is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.

.NET Framework
Available since 2.0
Return to top
Show: