Property | Type | Description | |
---|---|---|---|
_downloadslock | object |
Method | Description | |
---|---|---|
Add ( |
||
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 |
Method | Description | |
---|---|---|
CheckForDownload ( ) : void |
public Add ( |
||
ep | ||
template | string | |
downloadpath | string | |
status | DownloadStatus | |
return | DownloadItem |
public DownloadManager ( int maxdownloads ) : System | ||
maxdownloads | int | |
return | System |
public Load ( string template, string downloadpath ) : List |
||
template | string | |
downloadpath | string | |
return | List |
public ReOrder ( string id, string downid ) : void | ||
id | string | |
downid | string | |
return | void |