IHostConfigurationGetSettingsAsync Method
Gets custom configurations based on the given parameters asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Settings>> GetSettingsAsync(
string code,
string reference = null
)
Function GetSettingsAsync (
code As String,
Optional reference As String = Nothing
) As Task(Of List(Of Settings))
- code String
- Configuration code to search.
- reference String (Optional)
- Configuration reference to look for, only used if a reference is established.
TaskListSettingsList<
Settings> with the corresponding settings.