C# 클래스 withSIX.Sync.Core.Transfer.TransferStatus

상속: withSIX.Core.Helpers.ModelBase, ITransferStatus
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
EndOutput ( ) : void
EndOutput ( string f ) : void
Fail ( ) : void
FailOutput ( ) : void
FailOutput ( string f ) : void
Reset ( ) : void
Reset ( RepoStatus action ) : void
ResetZsyncLoopInfo ( ) : void
StartOutput ( string f ) : void
TransferStatus ( string item, double progress, int speed, System.TimeSpan eta = null, RepoStatus action = RepoStatus.Waiting ) : System
Update ( long speed, double progress ) : void
UpdateOutput ( string data ) : void
UpdateStamp ( ) : void
UpdateTimeTaken ( ) : void

보호된 메소드들

메소드 설명
TransferStatus ( ) : System

비공개 메소드들

메소드 설명
UpdateData ( int progress, int speed ) : void

메소드 상세

EndOutput() 공개 메소드

public EndOutput ( ) : void
리턴 void

EndOutput() 공개 메소드

public EndOutput ( string f ) : void
f string
리턴 void

Fail() 공개 메소드

public Fail ( ) : void
리턴 void

FailOutput() 공개 메소드

public FailOutput ( ) : void
리턴 void

FailOutput() 공개 메소드

public FailOutput ( string f ) : void
f string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( RepoStatus action ) : void
action RepoStatus
리턴 void

ResetZsyncLoopInfo() 공개 메소드

public ResetZsyncLoopInfo ( ) : void
리턴 void

StartOutput() 공개 메소드

public StartOutput ( string f ) : void
f string
리턴 void

TransferStatus() 보호된 메소드

protected TransferStatus ( ) : System
리턴 System

TransferStatus() 공개 메소드

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

Update() 공개 메소드

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

UpdateOutput() 공개 메소드

public UpdateOutput ( string data ) : void
data string
리턴 void

UpdateStamp() 공개 메소드

public UpdateStamp ( ) : void
리턴 void

UpdateTimeTaken() 공개 메소드

public UpdateTimeTaken ( ) : void
리턴 void