The ININ.Addins.IC.Queues namespace provides APIs for working with queues, including
watching a queue for changes.
Members
queueTypes :String
An enumeration of the different types of queues.
Properties:
| Name | Value | Description |
|---|---|---|
| unknown |
"unknown"
|
The string representing an unknown queue type. |
| system |
"system"
|
The string representing the system queue type. |
| user |
"user"
|
The string representing the user queue type. |
| workgroup |
"workgroup"
|
The string representing the workgroup queue type. |
| station |
"station"
|
The string representing the station queue type. |
Classes
- Queue
Represents a subscription to a queue and its interactions.
Interfaces
- IQueueId
Identifies a queue.
- IQueueInteractionRemovedEvent
The specified queue interaction has been removed.
- IQueueSubscribeRequest
Represents request to subscribe to the queue.