The event handler receives an argument of type OracleAlerterAlertEventArgs containing data related to this event. The following OracleAlerterAlertEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AlertMessage | Gets the alert contents. |
AlertName | Gets the alert name. |
This event is invoked when the OracleAlerter is started with the Start method. The OracleAlerter.WaitAlert method does not trigger the Alert event.
The event handler receives an argument of OracleAlerterAlertEventArgs type containing data related to this event.