'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal agent As OracleQueueAgent _ )
public void Insert( int index, OracleQueueAgent agent )
Parameters
- index
- The zero-based index where the agent is to be inserted within the collection.
- agent
- The OracleQueueAgent to add to the collection.