dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / StopDequeue Method / StopDequeue(Boolean) Method
Specifies whether to wait for the completion of outstanding transactions. true means wait if there are any outstanding transactions. In this state no new transactions are allowed to enqueue to or dequeue from this queue. false means return immediately either with a success or an error.

In This Topic
    StopDequeue(Boolean) Method
    In This Topic
    Disables dequeuing for the specified queue, allowing to wait for the end of all outstanding transactions.
    Syntax
    'Declaration
     
    Public Overloads Sub StopDequeue( _
       ByVal wait As Boolean _
    ) 
    public void StopDequeue( 
       bool wait
    )

    Parameters

    wait
    Specifies whether to wait for the completion of outstanding transactions. true means wait if there are any outstanding transactions. In this state no new transactions are allowed to enqueue to or dequeue from this queue. false means return immediately either with a success or an error.
    See Also