SimpleDataQueuePeriod Property |
Set or Get time period, how long container will save elements (For AutoDynamic queue).
Note: As soon as you specify Time Period queue switch to Auto Dynamic mode.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntaxpublic TimeSpan Period { get; set; }Property Value
Type:
TimeSpan
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Queue is already initialized. You have to specify period before adding elements. |
See Also