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

EndAcceptReservedInstancesExchangeQuote() public method

Finishes the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.
public EndAcceptReservedInstancesExchangeQuote ( IAsyncResult asyncResult ) : AcceptReservedInstancesExchangeQuoteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptReservedInstancesExchangeQuote.
return AcceptReservedInstancesExchangeQuoteResponse
        public  AcceptReservedInstancesExchangeQuoteResponse EndAcceptReservedInstancesExchangeQuote(IAsyncResult asyncResult)
        {
            return EndInvoke<AcceptReservedInstancesExchangeQuoteResponse>(asyncResult);
        }
AmazonEC2Client