C# Class NotifierCore.Notifier.ImageCache

Afficher le fichier Open project: Zicore/TradingPostNotifier

Protected Properties

Свойство Type Description
_cachePath String

Méthodes publiques

Méthode Description
GetPath ( string name ) : String
ImageCache ( String cachePath ) : System
IsPathValid ( String path, String name ) : bool
IsStored ( string name ) : bool
Read ( string name ) : MemoryStream
StoreAndRequest ( string uri, string name ) : void

Private Methods

Méthode Description
Start ( String>.Tuple item ) : void
Worker ( object obj ) : void

Method Details

GetPath() public méthode

public GetPath ( string name ) : String
name string
Résultat String

ImageCache() public méthode

public ImageCache ( String cachePath ) : System
cachePath String
Résultat System

IsPathValid() public méthode

public IsPathValid ( String path, String name ) : bool
path String
name String
Résultat bool

IsStored() public méthode

public IsStored ( string name ) : bool
name string
Résultat bool

Read() public méthode

public Read ( string name ) : MemoryStream
name string
Résultat System.IO.MemoryStream

StoreAndRequest() public méthode

public StoreAndRequest ( string uri, string name ) : void
uri string
name string
Résultat void

Property Details

_cachePath protected_oe property

protected String _cachePath
Résultat String