Click or drag to resize

IndependentInputAdapterManagerBaseConfigurationReloadWaitTimeout Property

Gets or sets the wait timeout, in milliseconds, that system wait for system configuration reload to complete.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(10000)]
public virtual int ConfigurationReloadWaitTimeout { get; set; }
View Source

Property Value

Int32

Implements

IIndependentAdapterManagerConfigurationReloadWaitTimeout
See Also