Click or drag to resize

TimeSeriesDataQueueTPutFirst Method

Overload List
  NameDescription
Public methodPutFirst(T)
Store new data element on first 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 methodPutFirst(T, DateTime)
Store new data element on first 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