LBM .Net API Documentation
UMESourceEventDeregistrationSuccessInfo Constructor (flags, registrationId, sequenceNumber, storeIndex, store)
Namespacescom.latencybusters.lbmUMESourceEventDeregistrationSuccessInfoUMESourceEventDeregistrationSuccessInfo(Int32, UInt32, UInt32, UInt16, String)
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes fields to the given values.
Declaration Syntax
C#
public UMESourceEventDeregistrationSuccessInfo(
	int flags,
	uint registrationId,
	uint sequenceNumber,
	ushort storeIndex,
	string store
)
Parameters
flags (Int32)
Informational flags concerning the type of store deregistration.
registrationId (UInt32)
The source's registration ID with this store (must be >= 0).
sequenceNumber (UInt32)
Starting sequence number.
storeIndex (UInt16)
Index of the store (must be >= 0).
store (String)
Name of the store.
Exceptions
ExceptionCondition
UME source registration ID was < 0.
UME sequence number was < 0.
UME store index was < 0.

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0