C# Class wenku8.Model.Loaders.AutoCache

Inheritance: Net.Astropenguin.DataModel.ActiveData, IAutoCache
Show file Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
AutoCache ( ) : System
AutoCache ( BookItem b, Action Handler ) : System
LoadComplete ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, TransferInst PArgs ) : void

Private Methods

Method Description
DispLog ( string p ) : void
DownloadVolume ( BookItem ThisBook, Volume Vol ) : void
StepAutomation ( ) : void
cacheInfo ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
cacheInfoFailed ( string cacheName, string id, Exception ex ) : void

Method Details

AutoCache() public method

public AutoCache ( ) : System
return System

AutoCache() public method

public AutoCache ( BookItem b, Action Handler ) : System
b BookItem
Handler Action
return System

LoadComplete() public static method

public static LoadComplete ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, TransferInst PArgs ) : void
e Net.Astropenguin.Loaders.DRequestCompletedEventArgs
PArgs TransferInst
return void

Property Details

ID public static property

public static string ID
return string