 | AzureTableSettingsDeleteApplication Method |
Deletes all setting items with a specified Application key.
Namespace: Orthogonal.NSettings.AzureTableAssembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntaxpublic 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
TaskInt32A Task representing the asynchronous operation. The completed Task's
Result property contains the number of settings deleted.
See Also