OracleQueueMessageProperties Constructor(Int32,Int32)
Initializes a new instance of the
OracleQueueMessageProperties class.
public OracleQueueMessageProperties(
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal 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.