HealthScheduledTask.UpdateClientHealthEvalTask Method (Boolean)
Updates the scheduled task to be daily as default, or 30 mins if there are periodical customized rules.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public static void UpdateClientHealthEvalTask(
bool isCustomized
)
public:
static void UpdateClientHealthEvalTask(
bool isCustomized
)
Public Shared Sub UpdateClientHealthEvalTask (
isCustomized As Boolean
)
Parameters
isCustomized
Type: System.Booleantrue if there are customized rules; otherwise, false.
See Also
HealthScheduledTask Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top