dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageProperties Class / OracleQueueMessageProperties Constructor / OracleQueueMessageProperties Constructor(Int32,Int32)
The message priority; a smaller number indicates higher priority.
The number of seconds after which a message is available for dequeuing.

OracleQueueMessageProperties Constructor(Int32,Int32)
Initializes a new instance of the OracleQueueMessageProperties class.
Syntax
'Declaration
 
Public Function New( _
   ByVal priority As Integer, _
   ByVal delay As Integer _
)
 

Parameters

priority
The message priority; a smaller number indicates higher priority.
delay
The number of seconds after which a message is available for dequeuing.
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