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

EndDeleteLoginProfile() public method

Finishes the asynchronous execution of the DeleteLoginProfile operation.
public EndDeleteLoginProfile ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteLoginProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLoginProfile.
return Amazon.IdentityManagement.Model.DeleteLoginProfileResponse
        public  DeleteLoginProfileResponse EndDeleteLoginProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteLoginProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient