Property | Type | Description | |
---|---|---|---|
LocalPath | string | ||
Name | string | ||
RemoteUrl | |||
UseCustomWatcher | bool |
Property | Type | Description | |
---|---|---|---|
StorageType | StorageType | ||
local_config | |||
status_message | string |
Property | Type | Description | |
---|---|---|---|
CalculateSize | long | ||
CreateListener | void | ||
ListenerAnnouncementReceivedDelegate | void | ||
ListenerConnectedDelegate | void | ||
ListenerDisconnectedDelegate | void | ||
RemoteTimerElapsedDelegate | void | ||
SyncDownBase | void | ||
SyncUpBase | void |
Method | Description | |
---|---|---|
BaseRepository ( string path, |
||
Dispose ( ) : void | ||
ForceRetry ( ) : void | ||
GetChangeSets ( ) : List |
||
GetChangeSets ( string path ) : List |
||
Initialize ( ) : void | ||
OnFileActivity ( |
||
Pause ( ) : void | ||
RestoreFile ( string path, string revision, string target_file_path ) : void | ||
Resume ( string message ) : void | ||
SyncDown ( ) : bool | ||
SyncUp ( ) : bool |
Method | Description | |
---|---|---|
OnConflictResolved ( ) : void | ||
OnProgressChanged ( double percentage, double speed, string information ) : void |
Method | Description | |
---|---|---|
CalculateSize ( |
||
CreateListener ( ) : void | ||
ListenerAnnouncementReceivedDelegate ( Announcement announcement ) : void | ||
ListenerConnectedDelegate ( ) : void | ||
ListenerDisconnectedDelegate ( DisconnectReason reason ) : void | ||
RemoteTimerElapsedDelegate ( object sender, |
||
SyncDownBase ( ) : void | ||
SyncUpBase ( ) : void |
public BaseRepository ( string path, |
||
path | string | |
config | ||
return | System |
public abstract GetChangeSets ( string path ) : List |
||
path | string | |
return | List |
public OnFileActivity ( |
||
args | ||
return | void |
protected OnProgressChanged ( double percentage, double speed, string information ) : void | ||
percentage | double | |
speed | double | |
information | string | |
return | void |
public abstract RestoreFile ( string path, string revision, string target_file_path ) : void | ||
path | string | |
revision | string | |
target_file_path | string | |
return | void |
protected Configuration,Sparkles local_config | ||
return |