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.
    See Also