Method |
Description |
|
HaltActionButton_EventHandler ( object sender, RoutedEventArgs e ) : void |
|
|
LoadSyncSetting ( SyncSetting syncSetting ) : void |
|
|
ManualFinishButton_EventHandler ( object sender, RoutedEventArgs e ) : void |
|
|
SyncProgressPageLoaded_EventHandler ( object sender, RoutedEventArgs e ) : void |
|
|
addFileExistsLog ( string log ) : void |
|
|
addFileNotOverwriteLog ( string log ) : void |
|
|
addFileOverwriteLog ( string log ) : void |
|
|
addFileSkippedLog ( string log ) : void |
|
|
addFileUploadErrorLog ( string log ) : void |
|
|
addFileUploadSuccessLog ( string log ) : void |
|
|
checkCancelSignal ( ) : bool |
|
|
closeLogWriters ( ) : void |
|
|
createDirCache ( string localSyncDir ) : void |
|
|
createOptionalDB ( ) : void |
|
|
dropcacheFilePath ( ) : void |
|
|
initRunJob ( ) : bool |
|
|
processUpload ( string cacheFilePath ) : void |
|
|
resetSyncStatus ( ) : void |
|
|
runSyncJob ( object resumeObject ) : void |
|
|
shouldSkipByPrefix ( string shortFileName, string skippedPrefixes ) : bool |
|
|
shouldSkipBySuffix ( string shortFileName, string skippedSuffixes ) : bool |
|
|
updateSingleFileProgress ( int taskId, string fileFullPath, string fileKey, long fileLength, double percent ) : void |
|
|
updateTotalUploadProgress ( ) : void |
|
|
updateUploadLog ( string log ) : void |
|
|
uploadFiles ( List filesToUpload ) : void |
|
|