Actions
CommitSync JavaScript¶
$.ajax({
url: sqlitesync_SyncServerURL + "CommitSync/"+syncId,
method: 'GET',
scope:this,
cache : false,
timeout: 5 * 60 * 1000,//10min
success: function(){
},
failure: function (result, request) {
}
});
Updated by Tomek Dziemidowicz over 5 years ago · 1 revisions
Go to top