dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / Alert Event

In This Topic
    Alert Event
    In This Topic
    Occurs when an alert is received.
    Syntax
    'Declaration
     
    Public Event Alert As OracleAlerterAlertEventHandler
    public event OracleAlerterAlertEventHandler Alert
    Event Data

    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.

    PropertyDescription
    Gets the alert contents.  
    Gets the alert name.  
    Remarks

    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.

    See Also