C# 클래스 FloydPink.Flickr.Downloadr.Logic.BrowserLogic

상속: IBrowserLogic
파일 보기 프로젝트 열기: flickr-downloadr/flickr-downloadr

공개 메소드들

메소드 설명
BrowserLogic ( IOAuthManager oAuthManager, IDownloadLogic downloadLogic ) : System
Download ( IEnumerable photos, CancellationToken cancellationToken, IProgress progress, Preferences preferences ) : Task
GetPhotosAsync ( string methodName, User user, Preferences preferences, int page, IProgress progress ) : Task

메소드 상세

BrowserLogic() 공개 메소드

public BrowserLogic ( IOAuthManager oAuthManager, IDownloadLogic downloadLogic ) : System
oAuthManager IOAuthManager
downloadLogic IDownloadLogic
리턴 System

Download() 공개 메소드

public Download ( IEnumerable photos, CancellationToken cancellationToken, IProgress progress, Preferences preferences ) : Task
photos IEnumerable
cancellationToken System.Threading.CancellationToken
progress IProgress
preferences Preferences
리턴 Task

GetPhotosAsync() 공개 메소드

public GetPhotosAsync ( string methodName, User user, Preferences preferences, int page, IProgress progress ) : Task
methodName string
user User
preferences Preferences
page int
progress IProgress
리턴 Task