Click or drag to resize

DataListenerInitializeData Property

Gets or sets a boolean value that indicates whether the DataListener will initialize the Data from the Server on startup.

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

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionInitializeData is being enabled when CacheData is disabled.
Remarks
InitializeData should be enabled only if the Server software on port 1003 is programmed to accept PacketType11.
See Also