|   | ProcessUtilizationCalculatorUpdateInterval Property | 
        
        
            Gets or sets the interval, in milliseconds, over which 
Utilization will be calculated.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic int UpdateInterval { get; set; }Public Property UpdateInterval As Integer
	Get
	Set
public:
property int UpdateInterval {
	int get ();
	void set (int value);
}member UpdateInterval : int with get, set
function get_UpdateInterval();
function set_UpdateInterval(value);
Property Value
Int32 See Also
See Also