HistoryDataQueueT Properties |
The HistoryDataQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | First |
Get first(oldest) data element stored in container.
Note: if there is not elements in queue it returns DefaltValue.
|
![]() | FirstDateTime |
Get first(oldest) data element DateTime stored in container.
Note: if there is not elements in queue it returns DefaltDateTime.
|
![]() | 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.
Note: if there is not elements in queue it returns DefaltValue.
|
![]() | LastDateTime |
Get last data element DateTime stored in container.
Note: if there is no elements in the queue it returns DefaultDateTime.
|
![]() | Previous |
Get previous data element stored in container.
Note: if there is such not elements in queue it returns DefaltValue.
|
![]() | Ready |
Ready flag is set if and only if queue contain something.
|