IAdphManager.StopAppDomainProtocolListenerChannel Method (String, 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 an application domain protocol listener channel.
Assembly: System.Web (in System.Web.dll)
Sub StopAppDomainProtocolListenerChannel ( appId As String, protocolId As String, listenerChannelId As Integer, immediate As Boolean )
Parameters
- appId
-
Type:
System.String
The application ID
- 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
StopAppDomainProtocolListenerChannel is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: