IDataQueueT Properties |
The IDataQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Get the number of elements stored in container.
| |
First |
Get first(oldest) data element store in container.
| |
ItemDateTime |
Return historically latest element with smaller or equal DateTime.
Note: do not try to use this method if you didn't specify DateTime to data elements.
| |
ItemInt32 |
Get data which was store "index" steps ago.
| |
Last |
Get last data element stored in container.
| |
Previous |
Get previous data element stored in container.
| |
Ready |
Ready flag is set if and only if queue contain something.
|