Contents Index upload_only synchronization parameter user_name synchronization parameter pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

user_data synchronization parameter


Function 

Make application-specific information available to the synchronization observer class (Java) or the synchronization observer callback function (C++ API).

C/C++ usage 

When implementing the synchronization observer callback function observer, you may wish to make application-specific information available. You do this by providing information using user_data.

Java usage 

When implementing the synchronization observer interface UlSynchObserver, you may wish to make application-specific information to the synchronization observer class. You do this by providing an object in the setUserData method.

See also 

observer synchronization parameter

Monitoring and canceling synchronization


Contents Index upload_only synchronization parameter user_name synchronization parameter pdf/preface.pdf