Synchronize the database using the given profile and merge parameters.
public ul_ret_void ULSynchronizeFromProfile( SQLCA * sqlca, char const * profile_name, char const * merge_parms, ul_sync_observer_fn observer, ul_void * user_data )
sqlca A pointer to the SQLCA.
profile_name Name of the profile to synchronize.
merge_parms Merge parameters for the synchronization.
observer Observer callback to send status updates to.
user_data User context data passed to callback.