C# 클래스 BiliRanking.Core.Download.DownloadCompletedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: SkiTiSu/BiliRanking 1 사용 예제들

공개 메소드들

메소드 설명
DownloadCompletedEventArgs ( FileInfo downloadedFile, System.Int64 downloadedSize, System.Int64 totalSize, System.TimeSpan totalTime, Exception ex ) : System

메소드 상세

DownloadCompletedEventArgs() 공개 메소드

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
리턴 System