Observer synchronization parameter

Specifies a pointer to a callback function or event handler that monitors synchronization.

Syntax

The syntax varies depending on the API you use.

See also
Example

UltraLite for C/C++ applications can set the parameter as follows:

ul_synch_info info;
// ...
info.observer=callfunction;