LBM .Net API Documentation
UMQSourceEventULBReceiverInfo Constructor (flags, regId, assignId, appSetIdx, receiver)
Namespacescom.latencybusters.lbmUMQSourceEventULBReceiverInfoUMQSourceEventULBReceiverInfo(Int32, UInt64, UInt32, UInt32, String)
Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQSourceEventULBReceiverInfo(
	int flags,
	ulong regId,
	uint assignId,
	uint appSetIdx,
	string receiver
)
Parameters
flags (Int32)
Informational flags.
regId (UInt64)
Registration ID of the receiver.
assignId (UInt32)
The assignment ID of the receiver.
appSetIdx (UInt32)
The application set index the receiver is in.
receiver (String)
The receivers immediate message target string.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0