dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueOptions Class / RetryDelay Property

In This Topic
    RetryDelay Property
    In This Topic
    Gets or sets delay time, in seconds, before this message is scheduled for processing again after an application rollback.
    Syntax
    'Declaration
     
    Public Property RetryDelay As Double
    public double RetryDelay {get; set;}

    Property Value

    Delay time, in seconds, before this message is scheduled for processing again after an application rollback.
    Remarks
    The default value is 0, which means the message can be retried as soon as possible. This parameter has no effect if MaxRetries is set to 0. Note that RetryDelay is supported for single consumer queues and 8.1-compatible or higher multiconsumer queues but not for 8.0-compatible multiconsumer queues.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also