dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AlterMaxRetries Method
The number of times a dequeue with the OracleQueueDequeueMode.Remove mode can be attempted on a message.

In This Topic
    AlterMaxRetries Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AlterMaxRetries( _
       ByVal maxRetries As Integer _
    ) 
    public void AlterMaxRetries( 
       int maxRetries
    )

    Parameters

    maxRetries
    The number of times a dequeue with the OracleQueueDequeueMode.Remove mode can be attempted on a message.
    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