|
ProcessUtilizationCalculatorUpdateInterval Property
|
Gets or sets the interval, in milliseconds, over which
Utilization will be calculated.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
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);
View SourceProperty Value
Int32
See Also