OracleQueueEnqueueOptions Class Members
In This Topic
The following tables list the members exposed by OracleQueueEnqueueOptions.
Public Constructors
Public Properties
| Name | Description |
| DeliveryMode | The enqueuer specifies the delivery mode of the messages it wishes to enqueue in the enqueue options. |
| RelativeMessageId | Gets or sets the message identifier of the message which is referenced in the sequence deviation operation. |
| SequenceDeviation | Specifies whether the message being enqueued should be dequeued before other messages already in the queue. |
| Transformation | Gets or sets the transformation that will be applied before enqueuing the message. |
| Visibility | Gets or sets the transactional behavior of the enqueue request. |
Top
Public Methods
See Also