LBM .Net API Documentation
UMERegistrationIdExCallbackInfo Constructor (source, sourceRegId, store, storeIndex, flags, srcCbArg)
Namespacescom.latencybusters.lbmUMERegistrationIdExCallbackInfoUMERegistrationIdExCallbackInfo(String, UInt32, String, UInt16, Int32, Object)
Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values.
Declaration Syntax
C#
public UMERegistrationIdExCallbackInfo(
	string source,
	uint sourceRegId,
	string store,
	ushort storeIndex,
	int flags,
	Object srcCbArg
)
Parameters
source (String)
Name (IP address) of the source.
sourceRegId (UInt32)
Reg ID of the source.
store (String)
Name (IP address) of the store.
storeIndex (UInt16)
Index of the store.
flags (Int32)
Informational flags.
srcCbArg (Object)
Client-supplied source callback object if using the LBMSourceCreationCallback callback.
Exceptions
ExceptionCondition
Source registration ID must be >= 0.
Store index must be >= 0.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0