LBM .Net API Documentation
setSourceNotificationCallbacks Method (creationCb, deletionCb, cbArg)
Namespacescom.latencybusters.lbmLBMReceiverAttributessetSourceNotificationCallbacks(LBMSourceCreationCallback, LBMSourceDeletionCallback, Object)
Set per-topic source creation and deletion notification callback functions.
Declaration Syntax
C#
public void setSourceNotificationCallbacks(
	LBMSourceCreationCallback creationCb,
	LBMSourceDeletionCallback deletionCb,
	Object cbArg
)
Parameters
creationCb (LBMSourceCreationCallback)
Source creation callback delegate.
deletionCb (LBMSourceDeletionCallback)
Source deletion callback delegate.
cbArg (Object)
Client-supplied callback object, returned to source creation and deletion callback methods.
Remarks
This API may not be called from a wildcard receiver create callback. Doing so will not result in the callbacks being called.
Exceptions
ExceptionCondition
Both source notification callbacks must be set or cleared at once.
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0