C# Class OctoTorrent.Client.PieceHashedEventArgs

Provides the data needed to handle a PieceHashed event
Inheritance: TorrentEventArgs
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode Description
PieceHashedEventArgs ( TorrentManager manager, int pieceIndex, bool hashPassed )

Creates a new PieceHashedEventArgs

Method Details

PieceHashedEventArgs() public méthode

Creates a new PieceHashedEventArgs
public PieceHashedEventArgs ( TorrentManager manager, int pieceIndex, bool hashPassed )
manager TorrentManager
pieceIndex int
hashPassed bool