Creates a UMQQueueIndexInfo object and initializes fields to the
supplied values.

C# |
public UMQQueueIndexInfo( int flags, long queueId, string queue, UMQIndexInfo indexInfo )

- flags (Int32)
- Informational flags.
- queueId (Int64)
- Queue Id of the queue.
- queue (String)
- The name of the queue the receiver is receiving this event from.
- indexInfo (UMQIndexInfo)
- UMQ Index information object.

Exception | Condition |
---|---|
LBMEInvalException An invalid parameter was specified. |