C# Class ADBaseLibrary.DownloadManager

Afficher le fichier Open project: maxpiva/AnimeOfflineDownloader Class Usage Examples

Méthodes publiques

Свойство Type Description
_downloadslock object

Méthodes publiques

Méthode Description
Add ( EpisodeWithDownloadSettings ep, string template, string downloadpath, DownloadStatus status = DownloadStatus.Queue ) : DownloadItem
Cancel ( string id ) : void
Delete ( string id ) : void
DownloadManager ( int maxdownloads ) : System
Load ( string template, string downloadpath ) : List
PrepateToQuit ( ) : void
ReOrder ( string id, string downid ) : void
Reset ( string id ) : void
Save ( ) : void

Private Methods

Méthode Description
CheckForDownload ( ) : void

Method Details

Add() public méthode

public Add ( EpisodeWithDownloadSettings ep, string template, string downloadpath, DownloadStatus status = DownloadStatus.Queue ) : DownloadItem
ep EpisodeWithDownloadSettings
template string
downloadpath string
status DownloadStatus
Résultat DownloadItem

Cancel() public méthode

public Cancel ( string id ) : void
id string
Résultat void

Delete() public méthode

public Delete ( string id ) : void
id string
Résultat void

DownloadManager() public méthode

public DownloadManager ( int maxdownloads ) : System
maxdownloads int
Résultat System

Load() public méthode

public Load ( string template, string downloadpath ) : List
template string
downloadpath string
Résultat List

PrepateToQuit() public méthode

public PrepateToQuit ( ) : void
Résultat void

ReOrder() public méthode

public ReOrder ( string id, string downid ) : void
id string
downid string
Résultat void

Reset() public méthode

public Reset ( string id ) : void
id string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

_downloadslock public_oe property

public object _downloadslock
Résultat object