LBM .Net API Documentation
UMQMessageId Constructor (regId, stamp)
Namespacescom.latencybusters.lbmUMQMessageIdUMQMessageId(UInt64, UInt64)
Creates a UMQMessageId object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQMessageId(
	ulong regId,
	ulong stamp
)
Parameters
regId (UInt64)
The 64-bit registration Id of the source context where the message originated.
stamp (UInt64)
A 64-bit identifier that indicates the individual message from the given source context.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0