dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueue Class / OnMessage Event

In This Topic
    OnMessage Event
    In This Topic
    Triggers when AsyncNotification property is true and message notification arrives.
    Syntax
    'Declaration
     
    Public Event OnMessage As OracleQueueMessageEventHandler
    public event OracleQueueMessageEventHandler OnMessage
    Event Data

    The event handler receives an argument of type OracleQueueMessageEventArgs containing data related to this event. The following OracleQueueMessageEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets OracleQueueMessage.MessageId property of the OracleQueueMessage object received.  
    Gets the OracleQueueMessage.MessageProperties  
    See Also