'Declaration Public Function New( _ ByVal queueName As String, _ ByVal queueTableName As String, _ ByVal options As OracleQueueOptions, _ ByVal connection As OracleConnection _ )
public OracleQueueAdmin( string queueName, string queueTableName, OracleQueueOptions options, OracleConnection connection )
Parameters
- queueName
- The name of the queue.
- queueTableName
- The name of queue table, to which the queue will belong.
- options
- OracleQueueOptions that are used upon creation.
- connection
- A OracleConnection that represents the connection to an instance of Oracle server.