dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / StartQueue Method / StartQueue(Boolean,Boolean) Method
Specifies whether Enqueue should be enabled on this queue. true means enable Enqueue. false means do not alter the current setting.
Specifies whether Dequeue should be enabled on this queue. true means enable Dequeue. false means do not alter the current setting.

In This Topic
    StartQueue(Boolean,Boolean) Method
    In This Topic
    Enables enqueuing, dequeuing or both for the current queue.
    Syntax
    'Declaration
     
    Public Overloads Sub StartQueue( _
       ByVal enqueue As Boolean, _
       ByVal dequeue As Boolean _
    ) 
    public void StartQueue( 
       bool enqueue,
       bool dequeue
    )

    Parameters

    enqueue
    Specifies whether Enqueue should be enabled on this queue. true means enable Enqueue. false means do not alter the current setting.
    dequeue
    Specifies whether Dequeue should be enabled on this queue. true means enable Dequeue. false means do not alter the current setting.
    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