Instruct the given UMQ queue(s) to release the given UMQ index that is assigned to the given wildcard receiver.

C# |
public void indexRelease( string queue, UMQIndexInfo index )

- queue (String)
- Name of the queue at which to release the index, or null for all queues.
- index (UMQIndexInfo)
- The index to release, or null for all indices.