LBM .Net API Documentation
setRegistrationIdCallback Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMReceiverAttributessetRegistrationIdCallback(UMERegistrationIdExCallback, Object)
Register a callback interface (and a callback handle argument) to be called to enable a receiver to set the registration ID it uses for a given source (UME only).
Declaration Syntax
C#
public void setRegistrationIdCallback(
	UMERegistrationIdExCallback cb,
	Object cbArg
)
Parameters
cb (UMERegistrationIdExCallback)
An object implementing the UMERegistrationIdExCallback delegate interface
cbArg (Object)
Callback object passed as a token to the callback interface
Remarks
This callback is called directly in line and does not use the event queue; therefore, the callback function used should not block or it will block the context thread processing. This API may not be called from a wildcard receiver create callback. Doing so will not result in the callbacks being called.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0