RoleStatus Enumeration

An enumeration providing information about the current status of a role.

Namespace: Microsoft.ServiceHosting.ServiceRuntime
Assembly: Microsoft.ServiceHosting.ServiceRuntime (in microsoft.servicehosting.serviceruntime.dll)

Usage

    Dim instance As RoleStatus

Syntax

'Declaration
Public Enumeration RoleStatus
public enum RoleStatus
public enum class RoleStatus
public enum RoleStatus
public enum RoleStatus

Members

Member name Description
Healthy The role is currently healthy.
NonExistent The role does not exist.
Started The role has started.
Starting The role is starting.
Stopped The role has stopped.
Stopping The role is stopping.
Unhealthy The role is currently unhealthy.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.ServiceHosting.ServiceRuntime Namespace