Set per-topic source creation and deletion notification callback functions.

C# |
public void setSourceNotificationCallbacks( LBMSourceCreationCallback creationCb, LBMSourceDeletionCallback deletionCb, Object cbArg )

- 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.

This API may not be called from a wildcard receiver create callback.
Doing so will not result in the callbacks being called.

Exception | Condition |
---|---|
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. |