C# Class OctoTorrent.Client.PauseLimiter

Inheritance: IRateLimiter
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Méthode Description
PauseLimiter ( TorrentManager manager ) : Common
TryProcess ( int amount ) : bool
UpdateChunks ( int maxRate, int actualRate ) : void

Method Details

PauseLimiter() public méthode

public PauseLimiter ( TorrentManager manager ) : Common
manager TorrentManager
Résultat Common

TryProcess() public méthode

public TryProcess ( int amount ) : bool
amount int
Résultat bool

UpdateChunks() public méthode

public UpdateChunks ( int maxRate, int actualRate ) : void
maxRate int
actualRate int
Résultat void