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

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0