IListenerChannelCallback.ReportStopped Method (Int32)

 

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

Notifies the worker process framework that a listener channel has stopped.

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

void ReportStopped(
	int hr
)

Parameters

hr
Type: System.Int32

The HRESULT value that reports the status of a listener channel.

ReportStopped 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: