Click or drag to resize

AzureTableSettingsDeleteApplication Method

Deletes all setting items with a specified Application key.

Namespace: Orthogonal.NSettings.AzureTable
Assembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntax
C#
public Task<int> DeleteApplication(
	Object? appKey
)

Parameters

appKey  Object
The application key of the group of setting items to delete. The value may be null.

Return Value

TaskInt32
A Task representing the asynchronous operation. The completed Task's Result property contains the number of settings deleted.
See Also