C# Class NotifierCore.Notifier.ImageCache

Mostrar archivo Open project: Zicore/TradingPostNotifier

Protected Properties

Property Type Description
_cachePath String

Public Methods

Method 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

Method Description
Start ( String>.Tuple item ) : void
Worker ( object obj ) : void

Method Details

GetPath() public method

public GetPath ( string name ) : String
name string
return String

ImageCache() public method

public ImageCache ( String cachePath ) : System
cachePath String
return System

IsPathValid() public method

public IsPathValid ( String path, String name ) : bool
path String
name String
return bool

IsStored() public method

public IsStored ( string name ) : bool
name string
return bool

Read() public method

public Read ( string name ) : MemoryStream
name string
return System.IO.MemoryStream

StoreAndRequest() public method

public StoreAndRequest ( string uri, string name ) : void
uri string
name string
return void

Property Details

_cachePath protected_oe property

protected String _cachePath
return String