Click or drag to resize

IndependentActionAdapterManagerBaseTAdapterConfigurationReloadWaitAttempts Property

Gets or sets the total number of attempts to wait for system configuration reloads when waiting for configuration updates to be available.

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

Property Value

Int32

Implements

IIndependentAdapterManagerConfigurationReloadWaitAttempts
See Also