LBM .Net API Documentation
UMQQueueInstanceInfo Constructor (flags, queueId, queue, index, queueInstance)
Namespacescom.latencybusters.lbmUMQQueueInstanceInfoUMQQueueInstanceInfo(Int32, Int64, String, Int64, String)
Creates a UMQQueueInstanceInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQQueueInstanceInfo(
	int flags,
	long queueId,
	string queue,
	long index,
	string queueInstance
)
Parameters
flags (Int32)
Informational flags.
queueId (Int64)
Queue Id of the queue.
queue (String)
The name of the queue the receiver registered with.
index (Int64)
The index of the instance of the queue.
queueInstance (String)
The instance of the queue.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0