C# Class OctoTorrent.Client.PieceHashedEventArgs

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

Public Methods

Method Description
PieceHashedEventArgs ( TorrentManager manager, int pieceIndex, bool hashPassed )

Creates a new PieceHashedEventArgs

Method Details

PieceHashedEventArgs() public method

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