C# Class withSIX.Sync.Core.Repositories.Internals.RepositoryRemote

Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
DownloadFiles Task
LoadBundles void
LoadConfig void
LoadObjects void
LoadPackages void

Public Methods

Method Description
CalculateHttpFallbackAfter ( int limit ) : int
GetRemotes ( ) : IEnumerable
Load ( bool includeObjects = false ) : void
LoadAsync ( bool includeObjects = false, CancellationToken token = default(CancellationToken) ) : Task
RepositoryRemote ( ) : System
RepositoryRemote ( Uri uri ) : System
RepositoryRemote ( Uri uri, System.Guid id ) : System
Update ( CancellationToken token, bool inclObjects = false ) : Task

Private Methods

Method Description
DownloadFiles ( IEnumerable remoteFiles, CancellationToken token ) : Task
LoadBundles ( ) : void
LoadConfig ( ) : void
LoadObjects ( ) : void
LoadPackages ( ) : void

Method Details

CalculateHttpFallbackAfter() public static method

public static CalculateHttpFallbackAfter ( int limit ) : int
limit int
return int

GetRemotes() public method

public GetRemotes ( ) : IEnumerable
return IEnumerable

Load() public method

public Load ( bool includeObjects = false ) : void
includeObjects bool
return void

LoadAsync() public method

public LoadAsync ( bool includeObjects = false, CancellationToken token = default(CancellationToken) ) : Task
includeObjects bool
token System.Threading.CancellationToken
return Task

RepositoryRemote() public method

public RepositoryRemote ( ) : System
return System

RepositoryRemote() public method

public RepositoryRemote ( Uri uri ) : System
uri System.Uri
return System

RepositoryRemote() public method

public RepositoryRemote ( Uri uri, System.Guid id ) : System
uri System.Uri
id System.Guid
return System

Update() public method

public Update ( CancellationToken token, bool inclObjects = false ) : Task
token System.Threading.CancellationToken
inclObjects bool
return Task