IHostConfigurationSetCustomSettingsAsync Method
Updates custom configuration asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task SetCustomSettingsAsync(
string code,
string settings,
bool userSettings
)
Function SetCustomSettingsAsync (
code As String,
settings As String,
userSettings As Boolean
) As Task
- code String
- Configuration code.
- settings String
- Custom settings.
- userSettings Boolean
- Determines whether the settings apply to the user or all users.
TaskA task representing the asynchronous operation.