OracleQueueEnqueueOptions Constructor(OracleQueueVisibility,OracleQueueSequenceDeviation,String,OracleQueueDeliveryMode)
In This Topic
Initializes a new instance of the
OracleQueueEnqueueOptions class.
Syntax
Parameters
- visibility
- The transactional behavior of the enqueue request.
- sequenceDeviation
- OracleQueueSequenceDeviation that is used upon creation.
- transformation
- The transformation that will be applied before enqueuing the message.
- deliveryMode
- OracleQueueDeliveryMode that is used upon creation.
See Also