Merge pull request #4766 from barronpm/usermanager-async

Convert DeleteUser to async
This commit is contained in:
Bond-009
2020-12-11 21:29:20 +01:00
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@@ -93,7 +93,8 @@ namespace MediaBrowser.Controller.Library
/// Deletes the specified user.
/// </summary>
/// <param name="userId">The id of the user to be deleted.</param>
void DeleteUser(Guid userId);
/// <returns>A task representing the deletion of the user.</returns>
Task DeleteUserAsync(Guid userId);
/// <summary>
/// Resets the password.