TimeSeriesDataQueueTPut Method |
Name | Description | |
---|---|---|
Put(T) |
Store new data element in queue. This method for static atomatic managed or single queue.
Do not call it for manually managed queue or dynamic automatic queue (ManualControl, AutoDynamic types).
Note: Please do not use both with and without DateTime method for one queue instance.
| |
Put(T, DateTime) |
Store new data element in queue. This method for atomatic managed or single queue.
Do not call it for manually managed queue or dynamic automatic queue (ManualControl type).
Note: Please do not use both with and without DateTime method for one queue instance.
|