ISettingsService.DeleteAllSettingsAsync(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Thrown when this is called before InitAsync(String, Boolean, Int32, Guid, String).