LBM .Net API Documentation
UMESourceEventAckInfo Constructor (flags, sequenceNumber, rcvRegId, storeIndex, store, clientd)
Namespacescom.latencybusters.lbmUMESourceEventAckInfoUMESourceEventAckInfo(Int32, UInt32, UInt32, UInt16, String, Object)
Construct a UMESourceEventAckInfo object and initialize its fields to the given values.
Declaration Syntax
C#
public UMESourceEventAckInfo(
	int flags,
	uint sequenceNumber,
	uint rcvRegId,
	ushort storeIndex,
	string store,
	Object clientd
)
Parameters
flags (Int32)
Informational flags.
sequenceNumber (UInt32)
Sequence number (must be >= 0).
rcvRegId (UInt32)
Receiver registration ID (must be >= 0).
storeIndex (UInt16)
Store index (must be >= 0).
store (String)
Store name (IP address and port).
clientd (Object)
Application-supplied callback object.
Exceptions
ExceptionCondition
Sequence number was < 0.
Receiver Reg ID was < 0.
Store index was < 0.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0