Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IProcessHostIdleAndHealthCheck Interface

 

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

Provides ways to check on the state of a process.

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

[GuidAttribute("9d98b251-453e-44f6-9cec-8b5aed970129")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IProcessHostIdleAndHealthCheck

NameDescription
System_CAPS_pubmethodIsIdle()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the state of the application domain.

System_CAPS_pubmethodPing(IProcessPingCallback^)

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

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