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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also