Class QueueStateChangeLogEvent
Data class for the QueueStateChangeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when by a queue manager when the state of a call queue changes.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class QueueStateChangeLogEvent : LogEvent
Constructors
| Edit this page View SourceQueueStateChangeLogEvent()
Default constructor
Declaration
public QueueStateChangeLogEvent()
Properties
| Edit this page View Sourcedirection
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
notificationContents
Contains the body of the SIP NOTIFY contents for the queue state change SIP event package. Required.
Declaration
public string notificationContents { get; set; }
Property Value
Type | Description |
---|---|
string |
queueId
Must be set to the queue ID of the queue that changed state. Required.
Declaration
public string queueId { get; set; }
Property Value
Type | Description |
---|---|
string |