Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resource used by the Hugula.Update.Download object. Call Dispose when you are finished using the Hugula.Update.Download. The Dispose method leaves the Hugula.Update.Download in an unusable state. After calling Dispose, you must release all references to the Hugula.Update.Download so the garbage collector can reclaim the memory that the Hugula.Update.Download was occupying. |
|
Init ( string hosts, int maxLoading, System |
|
|
Load ( string url, string path, object args ) : void |
|
Method | Description | |
---|---|---|
CheckLoad ( ReqInfo req ) : bool |
判断加载
|
|
GetFree ( ) : |
Gets the free.
|
|
Load ( ReqInfo req ) : void |
加入加载队列
|
|
OnDestroy ( ) : void | ||
OnDownloadFileCompleted ( object sender, System e ) : void | ||
OnDownloadProgressChanged ( object sender, |
||
OnFileDown ( ReqInfo req, bool isError ) : void | ||
Update ( ) : void |
public Init ( string hosts, int maxLoading, System |
||
hosts | string | |
maxLoading | int | |
oneDone | System |
|
allDone | System |
|
return | void |
public Load ( string url, string path, object args ) : void | ||
url | string | |
path | string | |
args | object | |
return | void |