public async Task <HttpResponseMessage> ToDestination(string destination, bool forceSyncingAll) { var result = await SynchronizationTask.SynchronizeDestinationAsync(destination + "/fs/" + this.FileSystemName, forceSyncingAll); return(this.GetMessageWithObject(result, HttpStatusCode.OK)); }
public async Task <HttpResponseMessage> ToDestination(string destination, bool forceSyncingAll) { var result = await SynchronizationTask.SynchronizeDestinationAsync(destination + "/fs/" + FileSystemName, forceSyncingAll).ConfigureAwait(false); return(GetMessageWithObject(result)); }