IHostConfigurationSetSettingsAsync Method

Updates custom settings based on the Settings model asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<int> SetSettingsAsync(
	Settings settings
)

Parameters

settings  Settings
Defining custom settings.

Return Value

TaskInt32
Int32 with the identifier corresponding to the updated configuration.

See Also