Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
Retrieves a setting that can be dynamically set More...
Static Public Member Functions | |
static string | Get (ILookupServices< T, TS > services, string name, string defaultValue) |
Retrieves a setting More... | |
Retrieves a setting that can be dynamically set
The actual retrieval of the setting is retrieved from cache. The setting of cache, and the time to cache is implemented by ILookupSettings, so this interface must be implemented
T | : | ILookupSettings<TS> | |
TS | : | LookupSetting |
|
static |
Retrieves a setting
services | The collection of lookup services |
name | The name of the setting to retrieve |
defaultValue | If the setting is not found, or there is an error retrieving the setting, this will be returned instead |