'Declaration Public Overloads Shared Sub DropQueue( _ ByVal name As String, _ ByVal connection As OracleConnection _ )
public static void DropQueue( string name, OracleConnection connection )
Parameters
- name
- Name of the queue that is to be dropped.
- connection
- An OracleConnection to the Oracle server, which provides the AQ functionality.