IHealthCheckInfoRunByDefault Property

Gets a value indicating whether the check will be run by default.

Namespace:  Dundas.BI.Services.Health
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool RunByDefault { get; }

Property Value

Type: Boolean
Remarks
If this property returns , the check will only be run if specified explicitly in the checksToRun parameter to CheckHealth(HealthCheckConfig).
See Also