LBM .Net API Documentation
UMQIndexAssignedInfo Constructor (flags, queueId, queue, indexInfo)
Namespacescom.latencybusters.lbmUMQIndexAssignedInfoUMQIndexAssignedInfo(Int32, Int64, String, UMQIndexInfo)
Creates a UMQIndexAssignedInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQIndexAssignedInfo(
	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 at which the receiver was assigned the index.
indexInfo (UMQIndexInfo)
UMQ Index information object.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0