dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueOptions Class
Properties Methods

OracleQueueOptions Class Members

The following tables list the members exposed by OracleQueueOptions.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleQueueOptions class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets user-specified description of the queue.  
Public PropertyLimits the number of retries to dequeue the message in the Remove mode. Default value is 0, which means retries are unlimited.  
Public PropertyGets or sets the queue type.  
Public PropertyGets or sets the number of seconds for which a message is retained in the queue table after being dequeued from the queue. The default is 0, no retention.  
Public PropertyGets or sets delay time, in seconds, before this message is scheduled for processing again after an application rollback.  
Top
Public Methods
 NameDescription
Public MethodCompares two OracleQueueOptions objects to determine if they are equal.  
Public MethodReturns hash code of the current OracleQueueOptions instance.  
Public MethodGets the object's type.  
Top
See Also