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)

generic<typename T>
public interface class IBinaryAction

Type Parameters

T

The type of action performed, such as bool or string.

NameDescription
System_CAPS_pubmethodRun(IActionContext^)

Defines the operations that are performed when the condition is met in the health definition. Returns the result of the operation.

Return to top

Community Additions

ADD
Show: