IDataQueueT Methods |
The IDataQueueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) | |
| Put(T) |
Store new data element in queue without DateTime.
| |
| Put(T, DateTime) |
Store new data element in queue with DateTime.
| |
| SetQueueListener |
Set listener to queue capacity. Queue will call OnPop method every time, when queue drop some element.
And OnPush method, when queue store element.
|