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

C# |
public UMQIndexAssignedInfo( 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 at which the receiver was assigned the index.
- indexInfo (UMQIndexInfo)
- UMQ Index information object.

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