C# Class WpfMpdClient.ArtDownloader

Afficher le fichier Open project: sakya/wpfmpdclient Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ListboxEntry entry ) : void
Add ( ListboxEntry entry, int index ) : void
ArtDownloader ( ) : System
GetFromCache ( ListboxEntry entry ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Downloader ( object state ) : void
Worker ( object state ) : void

Method Details

Add() public méthode

public Add ( ListboxEntry entry ) : void
entry ListboxEntry
Résultat void

Add() public méthode

public Add ( ListboxEntry entry, int index ) : void
entry ListboxEntry
index int
Résultat void

ArtDownloader() public méthode

public ArtDownloader ( ) : System
Résultat System

GetFromCache() public méthode

public GetFromCache ( ListboxEntry entry ) : bool
entry ListboxEntry
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void