LBM .Net API Documentation
UMQContextEventRegistrationCompleteInfo Constructor (flags, queueId, queue, regId)
Namespacescom.latencybusters.lbmUMQContextEventRegistrationCompleteInfoUMQContextEventRegistrationCompleteInfo(Int32, Int64, String, UInt64)
Creates a UMQContextEventRegistrationCompleteInfo object, and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQContextEventRegistrationCompleteInfo(
	int flags,
	long queueId,
	string queue,
	ulong regId
)
Parameters
flags (Int32)
Informational flags.
queueId (Int64)
Queue Id of the queue.
queue (String)
The name of the queue the receiver registered with.
regId (UInt64)
64-bit unsigned registration Ids.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0