Finishes the asynchronous execution of the  CreateUser operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
CreateUserResponse EndCreateUser( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginCreateUser.
 Return Value
 Return ValueReturns a  CreateUserResult from IdentityManagementService.
 See Also
 See Also