IHostConfigurationDeleteSettingsAsync Method

Deletes custom settings using the registry handle asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteSettingsAsync(
	int id
)

Parameters

id  Int32
Identifier of the record to delete.

Return Value

Task
A task representing the asynchronous operation.

See Also