次の方法で共有


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
System_CAPS_pubmethodSystem_CAPS_static EvaluateAlertsByTriggerTaskAction()

Evaluate alerts through the client side trigger event.

System_CAPS_pubmethodSystem_CAPS_static EvaluateAlertsTaskAction()

Evaluates alerts.

System_CAPS_pubmethodSystem_CAPS_static UpdateClientHealthEvalTask(Boolean)

Updates the scheduled task to be daily as default, or 30 mins if there are periodical customized rules.

System_CAPS_pubmethodSystem_CAPS_static UpdateDefinitionPlugInTaskAction()

Called by the task scheduler on the client to update the definition plug-in task.

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static 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