C# Class BiliRanking.Core.Download.DownloadCompletedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: SkiTiSu/BiliRanking Class Usage Examples

Méthodes publiques

Méthode Description
DownloadCompletedEventArgs ( FileInfo downloadedFile, System.Int64 downloadedSize, System.Int64 totalSize, System.TimeSpan totalTime, Exception ex ) : System

Method Details

DownloadCompletedEventArgs() public méthode

public DownloadCompletedEventArgs ( FileInfo downloadedFile, System.Int64 downloadedSize, System.Int64 totalSize, System.TimeSpan totalTime, Exception ex ) : System
downloadedFile System.IO.FileInfo
downloadedSize System.Int64
totalSize System.Int64
totalTime System.TimeSpan
ex System.Exception
Résultat System