Method DeleteAllAsync
DeleteAllAsync()
Removes all keys for the player without write lock validation. Throws a CloudSaveException with a reason code and explanation of what happened.
Declaration
Task DeleteAllAsync()
Returns
| Type | Description |
|---|---|
| Task |
Exceptions
| Type | Condition |
|---|---|
| CloudSaveException | Thrown if request is unsuccessful. |
| CloudSaveRateLimitedException | Thrown if the service returned rate limited error. |