Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateLoginProfile C# (CSharp) Method

EndCreateLoginProfile() public method

Finishes the asynchronous execution of the CreateLoginProfile operation.
public EndCreateLoginProfile ( IAsyncResult asyncResult ) : CreateLoginProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLoginProfile.
return Amazon.IdentityManagement.Model.CreateLoginProfileResponse
        public  CreateLoginProfileResponse EndCreateLoginProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLoginProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient