'Declaration Public Overloads Shared Function CreateQueue( _ ByVal name As String, _ ByVal queueTable As String, _ ByVal connection As OracleConnection _ ) As OracleQueue
public static OracleQueue CreateQueue( string name, string queueTable, OracleConnection connection )
Parameters
- name
- Unique name for the queue to be created.
- queueTable
- The name of queue table (existent on a server), which the queue will belong to.
- connection
- An OracleConnection to the Oracle server, which provides the AQ functionality.