Méthode | Description | |
---|---|---|
Add ( string key, object entry, System.DateTime utcExpiry ) : object | ||
Get ( string key ) : object | ||
GetConnection ( ) : |
||
Initialize ( string name, |
||
Remove ( string key ) : void | ||
Set ( string key, object entry, System.DateTime utcExpiry ) : void |
Méthode | Description | |
---|---|---|
GetConfigValue ( string configValue, string defaultValue ) : string | ||
OnConnectionError ( object sender, BookSleeve.ErrorEventArgs args ) : void | ||
WriteToEventLog ( |
public Add ( string key, object entry, System.DateTime utcExpiry ) : object | ||
key | string | |
entry | object | |
utcExpiry | System.DateTime | |
Résultat | object |
public GetConnection ( ) : |
||
Résultat |
public Initialize ( string name, |
||
name | string | |
config | ||
Résultat | void |
public Set ( string key, object entry, System.DateTime utcExpiry ) : void | ||
key | string | |
entry | object | |
utcExpiry | System.DateTime | |
Résultat | void |