Click or drag to resize

TimeSeriesDataQueueTPut Method

Overload List
  NameDescription
Public methodPut(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.
Public methodPut(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.
Top
See Also