C# Class Packman.InstallablePackage

Inheritance: IInstallablePackage
Afficher le fichier Open project: madskristensen/Packman Class Usage Examples

Private Properties

Свойство Type Description
DownloadFiles List
DownloadFilesAsync System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
OnDownloading ( string path ) : void
OnDownloadingRemainingFiles ( string path ) : void

Private Methods

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

Method Details

OnDownloading() public méthode

public OnDownloading ( string path ) : void
path string
Résultat void

OnDownloadingRemainingFiles() public méthode

public OnDownloadingRemainingFiles ( string path ) : void
path string
Résultat void