IProcessHostIdleAndHealthCheck Interface

Definition

Provides ways to check on the state of a process.

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

public interface class IProcessHostIdleAndHealthCheck
[System.Runtime.InteropServices.Guid("9d98b251-453e-44f6-9cec-8b5aed970129")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHostIdleAndHealthCheck
[<System.Runtime.InteropServices.Guid("9d98b251-453e-44f6-9cec-8b5aed970129")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHostIdleAndHealthCheck = interface
Public Interface IProcessHostIdleAndHealthCheck
Derived
Attributes

Remarks

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

Methods

IsIdle()

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

Gets the state of the application domain.

Ping(IProcessPingCallback)

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

Pings a process.

Applies to