| 
            
              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.258-beta
Syntaxint 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
Int32
See Also