Finishes the asynchronous execution of the  CreateLoginProfile operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public CreateLoginProfileResponse EndCreateLoginProfile( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginCreateLoginProfile.
 Return Value
 Return ValueReturns a  CreateLoginProfileResult from IdentityManagementService.
 See Also
 See Also