|
IIndependentAdapterManagerConfigurationReloadWaitAttempts 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.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax int ConfigurationReloadWaitAttempts { get; set; }
Property ConfigurationReloadWaitAttempts As Integer
Get
Set
property int ConfigurationReloadWaitAttempts {
int get ();
void set (int value);
}
abstract ConfigurationReloadWaitAttempts : int with get, set
function get_ConfigurationReloadWaitAttempts();
function set_ConfigurationReloadWaitAttempts(value);
View SourceProperty Value
Int32See Also