'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.