C# 클래스 RadioDld.DownloadManager

상속: Database
파일 보기 프로젝트 열기: ribbons/RadioDownloader

공개 메소드들

메소드 설명
AddDownloads ( int epids ) : void
CancelDownload ( int epid ) : bool
ResumeDownloads ( ) : void

비공개 메소드들

메소드 설명
DownloadHandler_Finished ( int epid ) : void
DownloadHandler_Progress ( int epid, int percent, ProgressType type ) : void
DownloadManager ( ) : System
ResumeDownloadsAsync ( ) : void
RetryErrored ( ) : void
StartNextDownload ( ) : void
UpdateTotalProgress ( ) : void

메소드 상세

AddDownloads() 공개 정적인 메소드

public static AddDownloads ( int epids ) : void
epids int
리턴 void

CancelDownload() 공개 정적인 메소드

public static CancelDownload ( int epid ) : bool
epid int
리턴 bool

ResumeDownloads() 공개 정적인 메소드

public static ResumeDownloads ( ) : void
리턴 void