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.

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

    Parameters

    priority
    The message priority; a smaller number indicates higher priority.
    delay
    The number of seconds after which a message is available for dequeuing.
    See Also