C# Class OctoTorrent.Client.StoppingMode

Inheritance: OctoTorrent.Client.Mode
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode Description
HandlePeerConnected ( PeerId id, Direction direction ) : void
StoppingMode ( TorrentManager manager ) : System.Linq
Tick ( int counter ) : void

Method Details

HandlePeerConnected() public méthode

public HandlePeerConnected ( PeerId id, Direction direction ) : void
id PeerId
direction Direction
Résultat void

StoppingMode() public méthode

public StoppingMode ( TorrentManager manager ) : System.Linq
manager TorrentManager
Résultat System.Linq

Tick() public méthode

public Tick ( int counter ) : void
counter int
Résultat void