'Declaration Public Function New( _ ByVal priority As Integer, _ ByVal delay As Integer, _ ByVal expiration As Integer, _ ByVal correlation As String _ )
public OracleQueueMessageProperties( int priority, int delay, int expiration, string correlation )
Parameters
- priority
- The message priority; a smaller number indicates higher priority.
- delay
- The number of seconds after which a message is available for dequeuing.
- expiration
- The expiration time of message in seconds - the duration while the message is available for dequeuing.
- correlation
- The identifier supplied by the producer of the message.