dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / CreateQueue Method / CreateQueue() Method

On this page
    CreateQueue() Method
    On this page
    Creates a queue according to the current OracleQueueAdmin properties.
    Syntax
    'Declaration
     
    Public Overloads Function CreateQueue() As OracleQueue
    public OracleQueue CreateQueue()

    Return Value

    OracleQueue instance, which corresponds to the queue created on a server.
    See Also