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

In This Topic
    WaitTimeout Event
    In This Topic
    Occurs when no message was received from server during Timeout interval.
    Syntax
    'Declaration
     
    Public Event WaitTimeout As OracleAlerterFinishEventHandler
    public event OracleAlerterFinishEventHandler WaitTimeout
    Remarks

    This event is invoked when the OracleAlerter is started with the Start method. The OracleAlerter.WaitAlert method does not trigger the Alert event.

    See Also