Click or drag to resize

DataListenerInitializeDataTimeout Property

Gets or sets the time (in milliseconds) to wait for the Data to be initialized from the Server on Startup.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.
See Also