dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AlterRetryDelay Method
Delay time, in seconds, before this message is scheduled for processing again after an application rollback. If 0, the message will be scheduled as soon as possible.

In This Topic
    AlterRetryDelay Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AlterRetryDelay( _
       ByVal retryDelay As Double _
    ) 
    public void AlterRetryDelay( 
       double retryDelay
    )

    Parameters

    retryDelay
    Delay time, in seconds, before this message is scheduled for processing again after an application rollback. If 0, the message will be scheduled as soon as possible.
    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