Amazon.EC2.AmazonEC2Client.EndDescribeReservedInstancesListings C# (CSharp) Method

EndDescribeReservedInstancesListings() public method

Finishes the asynchronous execution of the DescribeReservedInstancesListings operation.
public EndDescribeReservedInstancesListings ( IAsyncResult asyncResult ) : DescribeReservedInstancesListingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedInstancesListings.
return DescribeReservedInstancesListingsResponse
        public  DescribeReservedInstancesListingsResponse EndDescribeReservedInstancesListings(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeReservedInstancesListingsResponse>(asyncResult);
        }
AmazonEC2Client