C# Class Tripod.Sources.SqliteCache.SqlitePhotoSourceCache

Inheritance: IPhotoSourceCache
Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode Description
RegisterPhoto ( ICacheablePhotoSource source, IPhoto photo ) : void
RegisterPhotoSource ( ICacheablePhotoSource source ) : void
Start ( ) : void

Private Methods

Méthode Description
OnCachedSourceAvailabilityChanged ( object sender, EventArgs args ) : void

Method Details

RegisterPhoto() public méthode

public RegisterPhoto ( ICacheablePhotoSource source, IPhoto photo ) : void
source ICacheablePhotoSource
photo IPhoto
Résultat void

RegisterPhotoSource() public méthode

public RegisterPhotoSource ( ICacheablePhotoSource source ) : void
source ICacheablePhotoSource
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void