Amazon.Redshift.AmazonRedshiftClient.EndDescribeReservedNodeOfferings C# (CSharp) Method

EndDescribeReservedNodeOfferings() public method

Finishes the asynchronous execution of the DescribeReservedNodeOfferings operation.
public EndDescribeReservedNodeOfferings ( IAsyncResult asyncResult ) : DescribeReservedNodeOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedNodeOfferings.
return DescribeReservedNodeOfferingsResponse
        public  DescribeReservedNodeOfferingsResponse EndDescribeReservedNodeOfferings(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeReservedNodeOfferingsResponse>(asyncResult);
        }
AmazonRedshiftClient