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

OnMessage Event
Triggers when AsyncNotification property is true and message notification arrives.
Syntax
'Declaration
 
Public Event OnMessage As OracleQueueMessageEventHandler
 
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  
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