C# 클래스 withSIX.Sync.Core.Legacy.Status.Status

상속: withSIX.Sync.Core.Transfer.TransferStatus, IStatus
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( IStatus other ) : int
Status ( string item, StatusRepo repo, double progress, int speed, System.TimeSpan eta = null, RepoStatus action = RepoStatus.Waiting ) : System
Update ( long speed, double progress ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IStatus other ) : int
other IStatus
리턴 int

Status() 공개 메소드

public Status ( string item, StatusRepo repo, double progress, int speed, System.TimeSpan eta = null, RepoStatus action = RepoStatus.Waiting ) : System
item string
repo StatusRepo
progress double
speed int
eta System.TimeSpan
action RepoStatus
리턴 System

Update() 공개 메소드

public Update ( long speed, double progress ) : void
speed long
progress double
리턴 void