The CogRandomAccessQueue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvailableCount |
Number of available spaces in the queue
| |
| Capacity |
Capacity of the queue
| |
| Count |
Number of items in the queue
| |
| IsFull |
Is the queue currently full
| |
| IsOverflowing |
Is the queue currently overflowing
|
See Also