AP&C API Reference
|
Protected Member Functions | |
override void | OnNotify (Apac.Monitoring.Alert alert) |
Called when the subclass should notify of the alert. More... | |
Additional Inherited Members | |
![]() | |
void | Notify (Apac.Monitoring.Alert alert) |
Notifies of the alert. More... | |
void | Execute (ActionArgs args) |
Performs the action. More... | |
![]() | |
virtual log4net.ILog | Log [get] |
Gets the log. It lazy loads as necessary. More... | |
Guid | Id [get] |
Gets the id of the formula from the subclass's PluginAttribute. More... | |
string | Name [get] |
Gets the name of the formula from the subclass's PluginAttribute. More... | |
string | Description [get] |
Gets the description from the subclass's PluginAttribute. More... | |
string | Instructions [get] |
Gets the instructions from the subclass's PluginAttribute. More... | |
U | Descriptor [get] |
Gets the descriptor so it can be serialized to remote clients.. More... | |
T | Attribute [get] |
Gets the attribute, lazy loads it as necessary. More... | |
![]() | |
PluginDescriptor | Descriptor [get] |
The descriptor of the action used by the plugin infrastructure to define the action. More... | |
|
inlineprotectedvirtual |
Called when the subclass should notify of the alert.
alert | The alert. |
Implements Apac.Reporting.AlertAction.