Class QueueStateCondition
Tests the current state of a queue. See Sections 3.3.3.1.8 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class QueueStateCondition : ConditionBase
Constructors
| Edit this page View SourceQueueStateCondition()
Default constructor.
Declaration
public QueueStateCondition()
Properties
| Edit this page View Sourcecondition
Must be either "EQ" or "NE". Required.
Declaration
public string condition { get; set; }
Property Value
Type | Description |
---|---|
string |
queue
Must be set to the queue URI. Required.
Declaration
public string queue { get; set; }
Property Value
Type | Description |
---|---|
string |
value
Must be set to one of the values in the Queue State Registry. See Section 10.17 of NENA-STA-010.3. Required.
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
string |