HealthScheduledTask Class
Represents the operations that are used by scheduled tasks.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.HealthScheduledTask
Syntax
public static class HealthScheduledTask
public ref class HealthScheduledTask abstract sealed
Public NotInheritable Class HealthScheduledTask
Methods
Name | Description | |
---|---|---|
EvaluateAlertsByTriggerTaskAction() | Evaluate alerts through the client side trigger event. |
|
EvaluateAlertsTaskAction() | Evaluates alerts. |
|
UpdateClientHealthEvalTask(Boolean) | Updates the scheduled task to be daily as default, or 30 mins if there are periodical customized rules. |
|
UpdateDefinitionPlugInTaskAction() | Called by the task scheduler on the client to update the definition plug-in task. |
Fields
Name | Description | |
---|---|---|
TASK_NAME_HEALTH | Contains the task health name. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top