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

EndDescribeSpotPriceHistory() public method

Finishes the asynchronous execution of the DescribeSpotPriceHistory operation.
public EndDescribeSpotPriceHistory ( IAsyncResult asyncResult ) : DescribeSpotPriceHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotPriceHistory.
return DescribeSpotPriceHistoryResponse
        public  DescribeSpotPriceHistoryResponse EndDescribeSpotPriceHistory(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSpotPriceHistoryResponse>(asyncResult);
        }
AmazonEC2Client