dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / OracleQueueAdmin Constructor / OracleQueueAdmin Constructor(String,String)
The name of the queue.
The name of queue table, to which the queue will belong.

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

    Parameters

    queueName
    The name of the queue.
    queueTableName
    The name of queue table, to which the queue will belong.
    See Also