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

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

공개 메소드들

메소드 설명
ResetZsyncLoopInfo ( ) : void
TransferProgress ( ) : System
Update ( long speed, double progress ) : void
UpdateOutput ( string data ) : void

메소드 상세

ResetZsyncLoopInfo() 공개 메소드

public ResetZsyncLoopInfo ( ) : void
리턴 void

TransferProgress() 공개 메소드

public TransferProgress ( ) : System
리턴 System

Update() 공개 메소드

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

UpdateOutput() 공개 메소드

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