![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
bool Cqrs.Configuration.IConfigurationManager.TryGetSetting | ( | string | key, |
out string | value | ||
) |
Read the setting named key .
key | The key (or name) of the setting to read. |
value | When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized. |
Implemented in Cqrs.Configuration.ConfigurationManager.