ISettingsService.DeleteAllSettingsAsync(Guid) Method

Definition

Delete all settings in the collection.

public:
 System::Threading::Tasks::Task ^ DeleteAllSettingsAsync(Guid clientId);
public System.Threading.Tasks.Task DeleteAllSettingsAsync (Guid clientId);
abstract member DeleteAllSettingsAsync : Guid -> System.Threading.Tasks.Task
Public Function DeleteAllSettingsAsync (clientId As Guid) As Task

Parameters

clientId
Guid

The idenitifier of the client, included in the resulting change event

Returns

Exceptions

Applies to