openPDC Historian Help
CacheData Property
NamespacesTVA.HistorianDataListenerCacheData
Gets or sets a boolean value that indicates whether the Data is to be updated with the latest time-series data.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute(true)]
public bool CacheData { get; set; }
<DefaultValueAttribute(True)> _
Public Property CacheData As Boolean
[DefaultValueAttribute(true)]
public:
property bool CacheData {
	bool get ();
	void set (bool value);
}
Exceptions
ExceptionCondition
InvalidOperationException CacheData is being disabled when InitializeData is enabled.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252