AP&C API Reference
|
The contract used by actions that report on alerts in the system. Such implementations are intended for communication to people, not for integration with other systems. More...
Public Member Functions | |
void | Notify (Alert alert) |
Notifies of the alert. More... | |
The contract used by actions that report on alerts in the system. Such implementations are intended for communication to people, not for integration with other systems.
void Apac.Reporting.IAlertAction.Notify | ( | Alert | alert | ) |
Notifies of the alert.
alert | The alert to be sent. |
Implemented in Apac.Reporting.AlertAction.