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.

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

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