IBinaryAction<T> Interface
Represents the operation that is performed for Condition, Filter, AlertAction, and RepairAction elements of a health definition.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
public interface IBinaryAction<T>
generic<typename T>
public interface class IBinaryAction
Public Interface IBinaryAction(Of T)
Type Parameters
- T
The type of action performed, such as bool or string.
Methods
Name | Description | |
---|---|---|
Run(IActionContext) | Defines the operations that are performed when the condition is met in the health definition. Returns the result of the operation. |
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top