TimeSeriesDataQueueTPutLast Method |
Name | Description | |
---|---|---|
PutLast(T) |
Store new data element on last position in queue. This method for manual queue.
Do not call it for automatic managed queue or single element queue (SingleElement, AutoDynamic, AutoStatic type).
Note: Please do not use both with and without DateTime method for one queue instance.
| |
PutLast(T, DateTime) |
Store new data element on last position in queue. This method for manual queue.
Do not call it for automatic managed queue or single element queue (SingleElement, AutoDynamic, AutoStatic type).
Note: Please do not use both with and without DateTime method for one queue instance.
|