LBM .Net API Documentation
UMQQueueIndexInfo Constructor (flags, queueId, queue, indexInfo)
Namespacescom.latencybusters.lbmUMQQueueIndexInfoUMQQueueIndexInfo(Int32, Int64, String, UMQIndexInfo)
Creates a UMQQueueIndexInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQQueueIndexInfo(
	int flags,
	long queueId,
	string queue,
	UMQIndexInfo indexInfo
)
Parameters
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.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0