Class ServiceStateType
Contains service state information.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class ServiceStateType
  Properties
| Edit this page View Sourcereason
Text containing the reason state was changed, if available. Otherwise, empty
Declaration
public string reason { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
state
Indicates the service state. Required. Must be one of the values in the serviceState registry. See Section 10.12 of NENA-STA-010.3. Allowable values: Normal, Unstaffed, SchedulesMaintenanceDown, ScheduledMaintenanceAvailable, MajorIncidentInProgress, Partial, Overloaded, GoingDown, Down, Unreachable.
Declaration
public string state { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |