Name | Description | |
---|---|---|
![]() | OracleQueueOptions Constructor | Overloaded. Initializes a new instance of the OracleQueueOptions class. |
The following tables list the members exposed by OracleQueueOptions.
Name | Description | |
---|---|---|
![]() | OracleQueueOptions Constructor | Overloaded. Initializes a new instance of the OracleQueueOptions class. |
Name | Description | |
---|---|---|
![]() | Comment | Gets or sets user-specified description of the queue. |
![]() | MaxRetries | Limits the number of retries to dequeue the message in the Remove mode. Default value is 0, which means retries are unlimited. |
![]() | QueueType | Gets or sets the queue type. |
![]() | RetentionTime | Gets 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. |
![]() | RetryDelay | Gets or sets delay time, in seconds, before this message is scheduled for processing again after an application rollback. |
Name | Description | |
---|---|---|
![]() | Equals | Compares two OracleQueueOptions objects to determine if they are equal. |
![]() | GetHashCode | Returns hash code of the current OracleQueueOptions instance. |
![]() | ToString | Gets the object's type. |