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

Inheritance: IBrowserLogic
Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Méthode 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 méthode

public BrowserLogic ( IOAuthManager oAuthManager, IDownloadLogic downloadLogic ) : System
oAuthManager IOAuthManager
downloadLogic IDownloadLogic
Résultat System

Download() public méthode

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

GetPhotosAsync() public méthode

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