dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / OracleQueueAdmin Constructor / OracleQueueAdmin Constructor(String,OracleConnection)
The name of the queue.
A OracleConnection that represents the connection to an instance of Oracle server.

In This Topic
    OracleQueueAdmin Constructor(String,OracleConnection)
    In This Topic
    Initializes a new instance of the OracleQueueAdmin class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal queueName As String, _
       ByVal connection As OracleConnection _
    )
    public OracleQueueAdmin( 
       string queueName,
       OracleConnection connection
    )

    Parameters

    queueName
    The name of the queue.
    connection
    A OracleConnection that represents the connection to an instance of Oracle server.
    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