C# Class Packman.InstallablePackage

Inheritance: IInstallablePackage
Show file Open project: madskristensen/Packman Class Usage Examples

Private Properties

Property Type Description
DownloadFiles List
DownloadFilesAsync System.Threading.Tasks.Task

Public Methods

Method Description
OnDownloading ( string path ) : void
OnDownloadingRemainingFiles ( string path ) : void

Private Methods

Method Description
DownloadFiles ( string downloadDir, IEnumerable files ) : List
DownloadFilesAsync ( string downloadDir ) : System.Threading.Tasks.Task

Method Details

OnDownloading() public method

public OnDownloading ( string path ) : void
path string
return void

OnDownloadingRemainingFiles() public method

public OnDownloadingRemainingFiles ( string path ) : void
path string
return void