Click or drag to resize

TimeSeriesDataQueueTPutLast Method

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