'Declaration Public Function New( _ ByVal name As String, _ ByVal connection As OracleConnection _ )
public OracleQueue( string name, OracleConnection connection )
Parameters
- name
- The name of the queue created on a server.
- connection
- A OracleConnection that represents the connection to an instance of Oracle server.