LBM .Net API Documentation
UMQContextEventRegistrationSuccessInfo Constructor (flags, queueId, queue, index, queueInstance, regId)
Namespacescom.latencybusters.lbmUMQContextEventRegistrationSuccessInfoUMQContextEventRegistrationSuccessInfo(Int32, Int64, String, Int64, String, UInt64)
Creates a UMQContextEventRegistrationSuccessInfo object, and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQContextEventRegistrationSuccessInfo(
	int flags,
	long queueId,
	string queue,
	long index,
	string queueInstance,
	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.
index (Int64)
The index of the instance of the queue.
queueInstance (String)
The instance of the queue.
regId (UInt64)
64-bit unsigned registration Ids.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0