Class QueueStateType
Class for queue state information
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class QueueStateType
Properties
| Edit this page View SourcequeueLength
Integer indicating current number of calls in the queue. Required
Declaration
public int queueLength { get; set; }
Property Value
Type | Description |
---|---|
int |
queueMaxLength
Integer indicating maximum length of the queue. Required
Declaration
public int queueMaxLength { get; set; }
Property Value
Type | Description |
---|---|
int |
queueUri
SIP URI of queue. Required
Declaration
public string queueUri { get; set; }
Property Value
Type | Description |
---|---|
string |
state
Current queue state. Required. Must be one of the values in the queueState registry. See Section 10.17 of NENA-STA-010.3. Allowed values: Active, Inactive, Disabled, Full, Standby, ResourceExhausted, Unreachable.
Declaration
public string state { get; set; }
Property Value
Type | Description |
---|---|
string |