C# Class BiliRanking.Core.Download.DownloadCompletedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: SkiTiSu/BiliRanking Class Usage Examples

Public Methods

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

Method Details

DownloadCompletedEventArgs() public method

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
return System