Click or drag to resize

IDataQueueT Properties

The IDataQueueT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Get the number of elements stored in container.
Public propertyFirst
Get first(oldest) data element store in container.
Public propertyItemDateTime
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.
Public propertyItemInt32
Get data which was store "index" steps ago.
Public propertyLast
Get last data element stored in container.
Public propertyPrevious
Get previous data element stored in container.
Public propertyReady
Ready flag is set if and only if queue contain something.
Top
See Also