IHostConfigurationSetCustomSettingsAsync Method

Updates custom configuration asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task SetCustomSettingsAsync(
	string code,
	string settings,
	bool userSettings
)

Parameters

code  String
Configuration code.
settings  String
Custom settings.
userSettings  Boolean
Determines whether the settings apply to the user or all users.

Return Value

Task
A task representing the asynchronous operation.

See Also