C# Class RadioDld.DownloadManager

Inheritance: Database
Afficher le fichier Open project: ribbons/RadioDownloader

Méthodes publiques

Méthode Description
AddDownloads ( int epids ) : void
CancelDownload ( int epid ) : bool
ResumeDownloads ( ) : void

Private Methods

Méthode Description
DownloadHandler_Finished ( int epid ) : void
DownloadHandler_Progress ( int epid, int percent, ProgressType type ) : void
DownloadManager ( ) : System
ResumeDownloadsAsync ( ) : void
RetryErrored ( ) : void
StartNextDownload ( ) : void
UpdateTotalProgress ( ) : void

Method Details

AddDownloads() public static méthode

public static AddDownloads ( int epids ) : void
epids int
Résultat void

CancelDownload() public static méthode

public static CancelDownload ( int epid ) : bool
epid int
Résultat bool

ResumeDownloads() public static méthode

public static ResumeDownloads ( ) : void
Résultat void