Finishes the asynchronous execution of the  UpdateUser operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public UpdateUserResponse EndUpdateUser( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginUpdateUser.
 Return Value
 Return ValueReturns a  UpdateUserResult from IdentityManagementService.
 See Also
 See Also