Click or drag to resize

IDataQueueTPut Method (T, DateTime)

Store new data element in queue with DateTime.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
bool Put(
	T data,
	DateTime time
)

Parameters

data
Type: T
Data element to store.
time
Type: SystemDateTime
User defined time. Note: if time is earlier than previous, queue will ignore this call.

Return Value

Type: Boolean
Returns true if and only if we succeed to add element.
See Also