IHostConfigurationGetSettingsAsync Method

Gets custom configurations based on the given parameters asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Settings>> GetSettingsAsync(
	string code,
	string reference = null
)

Parameters

code  String
Configuration code to search.
reference  String  (Optional)
Configuration reference to look for, only used if a reference is established.

Return Value

TaskListSettings
List<Settings> with the corresponding settings.

See Also