C# Class NijieDownloader.UI.ImageLoader

Afficher le fichier Open project: Nandaka/NijieDownloader

Méthodes publiques

Méthode Description
LoadImage ( string url, string referer, string>.Action action ) : void

Load image from cache if available, else start new task to download the image.

Private Methods

Méthode Description
ImageLoader ( ) : System

Init the ImageLoader, changes on these settings require app restart: - ConcurrentImageLoad - cacheMemoryLimitMegabytes

configureCache ( ) : void

Method Details

LoadImage() public static méthode

Load image from cache if available, else start new task to download the image.
public static LoadImage ( string url, string referer, string>.Action action ) : void
url string
referer string
action string>.Action
Résultat void