C# 클래스 Gablarski.Clients.Updater

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
CheckAsync ( UpdateChannel channel ) : Task
CheckAsync ( UpdateChannel channel, CancellationToken cancelToken ) : Task
DownloadAsync ( Update update, IProgress progress ) : Task
DownloadAsync ( Update update, IProgress progress, CancellationToken cancelToken ) : Task

메소드 상세

CheckAsync() 공개 정적인 메소드

public static CheckAsync ( UpdateChannel channel ) : Task
channel UpdateChannel
리턴 Task

CheckAsync() 공개 정적인 메소드

public static CheckAsync ( UpdateChannel channel, CancellationToken cancelToken ) : Task
channel UpdateChannel
cancelToken System.Threading.CancellationToken
리턴 Task

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( Update update, IProgress progress ) : Task
update Update
progress IProgress
리턴 Task

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( Update update, IProgress progress, CancellationToken cancelToken ) : Task
update Update
progress IProgress
cancelToken System.Threading.CancellationToken
리턴 Task