Click or drag to resize

CheckoutManager Methods

The CheckoutManager type exposes the following members.

Methods
  NameDescription
Public methodDispose
Release all resources managed by instance
Public methodDownloadFiles
Performs synchronous parallel multi-threaded download of all files in the configuration.
Public methodDownloadFilesAsync
Start asynchronous parallel multi-threaded download of all files in the configuration.
Public methodDownloadFilesCancelAsync
Cancel asynchronous download that was started by DownloadFilesAsync(String, Int32).
Public methodDownloadFilesPauseAsync
Pause asynchronous download of files that was started by DownloadFilesAsync(String, Int32).
Public methodDownloadFilesResumeAsync
Resume asynchronous download of files if it was previously paused by DownloadFilesPauseAsync.
Public methodLock
Lock all items in the configuration that have action='lock'.
Top
See Also