AP&C API Reference
Public Member Functions | List of all members
Apac.Reporting.IAlertAction Interface 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...

Inheritance diagram for Apac.Reporting.IAlertAction:
Apac.Reporting.AlertAction Apac.Plugins.Actions.EmailAlertAction

Public Member Functions

void Notify (Alert alert)
 Notifies of the alert. More...
 

Detailed Description

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.

Member Function Documentation

◆ Notify()

void Apac.Reporting.IAlertAction.Notify ( Alert  alert)

Notifies of the alert.

Parameters
alertThe alert to be sent.

Implemented in Apac.Reporting.AlertAction.


The documentation for this interface was generated from the following file: