C# Class withSIX.Sync.Core.Transfer.TransferProgress

Inheritance: ITransferProgress
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
ResetZsyncLoopInfo ( ) : void
TransferProgress ( ) : System
Update ( long speed, double progress ) : void
UpdateOutput ( string data ) : void

Method Details

ResetZsyncLoopInfo() public method

public ResetZsyncLoopInfo ( ) : void
return void

TransferProgress() public method

public TransferProgress ( ) : System
return System

Update() public method

public Update ( long speed, double progress ) : void
speed long
progress double
return void

UpdateOutput() public method

public UpdateOutput ( string data ) : void
data string
return void