次の方法で共有


TaskType Enumeration

 

Describes the alert framework task types.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

[DataContractAttribute]
public enum TaskType
[DataContractAttribute]
public enum class TaskType
<DataContractAttribute>
Public Enumeration TaskType

Members

Member name Description
Clear

Clear.

Evaluate

Evaluate.

Raise

Raise.

Update

Update.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top