Méthode | Description | |
---|---|---|
GetProgressDialog ( ) : IProgressNotifier | ||
TestCancelDownload ( ) : void | ||
TestProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider crypt ) : Dev2.Common.Interfaces.Utils | ||
TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void | ||
TestStartUpdate ( string fileName, bool cancelled ) : void |
public GetProgressDialog ( ) : IProgressNotifier | ||
Résultat | IProgressNotifier |
public TestProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider crypt ) : Dev2.Common.Interfaces.Utils | ||
webClient | IDev2WebClient | |
file | IFile | |
crypt | ICryptoProvider | |
Résultat | Dev2.Common.Interfaces.Utils |
public TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void | ||
fileName | string | |
progressPercent | int | |
totalBytes | long | |
Résultat | void |
public TestStartUpdate ( string fileName, bool cancelled ) : void | ||
fileName | string | |
cancelled | bool | |
Résultat | void |