|
ServiceHelperHealthMonitorInterval Property
|
Gets or sets the interval, in seconds, over which to sample the performance monitor for health statistics.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(5)]
public double HealthMonitorInterval { get; set; }
<DefaultValueAttribute(5)>
Public Property HealthMonitorInterval As Double
Get
Set
public:
[DefaultValueAttribute(5)]
property double HealthMonitorInterval {
double get ();
void set (double value);
}
[<DefaultValueAttribute(5)>]
member HealthMonitorInterval : float with get, set
function get_HealthMonitorInterval();
function set_HealthMonitorInterval(value);
View SourceProperty Value
Double
See Also