C# 클래스 ADBaseLibrary.DownloadManager

파일 보기 프로젝트 열기: maxpiva/AnimeOfflineDownloader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_downloadslock object

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckForDownload ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( EpisodeWithDownloadSettings ep, string template, string downloadpath, DownloadStatus status = DownloadStatus.Queue ) : DownloadItem
ep EpisodeWithDownloadSettings
template string
downloadpath string
status DownloadStatus
리턴 DownloadItem

Cancel() 공개 메소드

public Cancel ( string id ) : void
id string
리턴 void

Delete() 공개 메소드

public Delete ( string id ) : void
id string
리턴 void

DownloadManager() 공개 메소드

public DownloadManager ( int maxdownloads ) : System
maxdownloads int
리턴 System

Load() 공개 메소드

public Load ( string template, string downloadpath ) : List
template string
downloadpath string
리턴 List

PrepateToQuit() 공개 메소드

public PrepateToQuit ( ) : void
리턴 void

ReOrder() 공개 메소드

public ReOrder ( string id, string downid ) : void
id string
downid string
리턴 void

Reset() 공개 메소드

public Reset ( string id ) : void
id string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

_downloadslock 공개적으로 프로퍼티

public object _downloadslock
리턴 object