'Declaration Public Function New( _ ByVal name As String, _ ByVal options As OracleQueueTableOptions, _ ByVal connection As OracleConnection _ )
public OracleQueueTable( string name, OracleQueueTableOptions options, OracleConnection connection )
Parameters
- name
- The name of the database table which will contain queues.
- options
- Queue table properties, that are used for its creation.
- connection
- An OracleConnection to the Oracle server which provides the AQ functionality.