Click or drag to resize

DataListenerCacheData Property

Gets or sets a boolean value that indicates whether the Data is to be updated with the latest time-series data.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(true)]
public bool CacheData { get; set; }
View Source

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionCacheData is being disabled when InitializeData is enabled.
See Also