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

Inheritance: ITransferProgress
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

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

Method Details

ResetZsyncLoopInfo() public méthode

public ResetZsyncLoopInfo ( ) : void
Résultat void

TransferProgress() public méthode

public TransferProgress ( ) : System
Résultat System

Update() public méthode

public Update ( long speed, double progress ) : void
speed long
progress double
Résultat void

UpdateOutput() public méthode

public UpdateOutput ( string data ) : void
data string
Résultat void