CheckoutManager Methods |
The CheckoutManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources managed by instance
| |
| DownloadFiles |
Performs synchronous parallel multi-threaded download of all files in the configuration.
| |
| DownloadFilesAsync |
Start asynchronous parallel multi-threaded download of all files in the configuration.
| |
| DownloadFilesCancelAsync |
Cancel asynchronous download that was started by DownloadFilesAsync(String, Int32).
| |
| DownloadFilesPauseAsync |
Pause asynchronous download of files that was started by DownloadFilesAsync(String, Int32).
| |
| DownloadFilesResumeAsync |
Resume asynchronous download of files if it was previously paused by DownloadFilesPauseAsync.
| |
| Lock |
Lock all items in the configuration that have action='lock'.
|