| 
            
              ProcessLauncherUtilizationUpdateInterval Property
             | 
          
        
        
            Gets or sets the interval over which to calculate lunched process utilization.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
Syntaxpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5000)]
property int UtilizationUpdateInterval {
	int get ();
	void set (int value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(5000)>]
member UtilizationUpdateInterval : int with get, set
function get_UtilizationUpdateInterval();
function set_UtilizationUpdateInterval(value);
 View SourceProperty Value
Int32
See Also