C# Class Gablarski.Clients.Updater

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
CheckAsync ( UpdateChannel channel ) : Task
CheckAsync ( UpdateChannel channel, CancellationToken cancelToken ) : Task
DownloadAsync ( Update update, IProgress progress ) : Task
DownloadAsync ( Update update, IProgress progress, CancellationToken cancelToken ) : Task

Method Details

CheckAsync() public static méthode

public static CheckAsync ( UpdateChannel channel ) : Task
channel UpdateChannel
Résultat Task

CheckAsync() public static méthode

public static CheckAsync ( UpdateChannel channel, CancellationToken cancelToken ) : Task
channel UpdateChannel
cancelToken System.Threading.CancellationToken
Résultat Task

DownloadAsync() public static méthode

public static DownloadAsync ( Update update, IProgress progress ) : Task
update Update
progress IProgress
Résultat Task

DownloadAsync() public static méthode

public static DownloadAsync ( Update update, IProgress progress, CancellationToken cancelToken ) : Task
update Update
progress IProgress
cancelToken System.Threading.CancellationToken
Résultat Task