dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / CreateQueue Method
Name of the queue to be created.
Options of the queue to be created.

In This Topic
    CreateQueue Method (OracleQueueTable)
    In This Topic
    Creates new queue in the current queue table.
    Syntax
    'Declaration
     
    Public Function CreateQueue( _
       ByVal queueName As String, _
       ByVal options As OracleQueueOptions _
    ) As OracleQueue
    public OracleQueue CreateQueue( 
       string queueName,
       OracleQueueOptions options
    )

    Parameters

    queueName
    Name of the queue to be created.
    options
    Options of the queue to be created.

    Return Value

    OracleQueue instance, related to the queue created.
    Remarks
    Options of the queue to be created must not contradict to the options of queue table.
    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