C# Class FloydPink.Flickr.Downloadr.Logic.BrowserLogic

Inheritance: IBrowserLogic
Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Methods

Method Description
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

Method Details

BrowserLogic() public method

public BrowserLogic ( IOAuthManager oAuthManager, IDownloadLogic downloadLogic ) : System
oAuthManager IOAuthManager
downloadLogic IDownloadLogic
return System

Download() public method

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

GetPhotosAsync() public method

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