OracleQueueDequeueOptions Class Members
In This Topic
The following tables list the members exposed by OracleQueueDequeueOptions.
Public Constructors
Public Properties
| Name | Description |
 | ConsumerName | Gets or sets the name of the consumer. |
 | Correlation | Specifies the correlation identifier of the message to be dequeued. |
 | DeliveryMode | The dequeuer specifies the delivery mode of the messages it wishes to dequeue in the dequeue options. |
 | DequeueCondition | A conditional expression based on the message properties, the message data properties, and PL/SQL functions. |
 | DequeueMode | Gets or sets the behavior on dequeuing the message. |
 | MessageId | Gets or sets the message identifier of the message to be dequeued. |
 | Navigation | Specifies the position of the message that will be retrieved. |
 | Transformation | Gets or sets the transformation that will be applied after dequeuing the message. |
 | Visibility | Specifies whether the new message is dequeued as part of the current transaction. |
 | WaitTimeout | Gets or sets the wait time in seconds if there is currently no message available which matches the search criteria. |
Top
Public Methods
See Also