Amazon.EC2.AmazonEC2Client.EndAcceptReservedInstancesExchangeQuote C# (CSharp) Méthode

EndAcceptReservedInstancesExchangeQuote() public méthode

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