C# 클래스 withSIX.Sync.Core.Repositories.Internals.RepositoryRemote

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

Private Properties

프로퍼티 타입 설명
DownloadFiles Task
LoadBundles void
LoadConfig void
LoadObjects void
LoadPackages void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DownloadFiles ( IEnumerable remoteFiles, CancellationToken token ) : Task
LoadBundles ( ) : void
LoadConfig ( ) : void
LoadObjects ( ) : void
LoadPackages ( ) : void

메소드 상세

CalculateHttpFallbackAfter() 공개 정적인 메소드

public static CalculateHttpFallbackAfter ( int limit ) : int
limit int
리턴 int

GetRemotes() 공개 메소드

public GetRemotes ( ) : IEnumerable
리턴 IEnumerable

Load() 공개 메소드

public Load ( bool includeObjects = false ) : void
includeObjects bool
리턴 void

LoadAsync() 공개 메소드

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

RepositoryRemote() 공개 메소드

public RepositoryRemote ( ) : System
리턴 System

RepositoryRemote() 공개 메소드

public RepositoryRemote ( Uri uri ) : System
uri System.Uri
리턴 System

RepositoryRemote() 공개 메소드

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

Update() 공개 메소드

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