Finishes the asynchronous execution of the  DeleteUser operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public DeleteUserResponse EndDeleteUser( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginDeleteUser.
 Return Value
 Return ValueReturns a  DeleteUserResult from IdentityManagementService.
 See Also
 See Also