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

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0