When Client-Library receives a notification

When Client-Library receives a registered procedure notification, it calls an application’s notification callback routine. Depending on the host client platform, the application may have to poll the network (with ct_poll) for Client-Library to invoke the notification callback. See “Receiving notifications asynchronously”.

The registered procedure’s name is available as the second parameter to the notification callback routine.

The arguments with which the registered procedure was called are available inside the notification callback as a parameter result set. To retrieve these arguments, an application:

See “Notification callbacks”.