| 
            
              IIndependentAdapterManagerConfigurationReloadWaitTimeout Property
             | 
          
        
        
            Gets or sets the wait timeout, in milliseconds, that system wait for system configuration reload to complete.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxint ConfigurationReloadWaitTimeout { get; set; }Property ConfigurationReloadWaitTimeout As Integer
	Get
	Set
property int ConfigurationReloadWaitTimeout {
	int get ();
	void set (int value);
}abstract ConfigurationReloadWaitTimeout : int with get, set
function get_ConfigurationReloadWaitTimeout();
function set_ConfigurationReloadWaitTimeout(value);
 View SourceProperty Value
Int32
See Also