Amazon.Redshift.AmazonRedshiftClient.EndDescribeReservedNodes C# (CSharp) Метод

EndDescribeReservedNodes() публичный Метод

Finishes the asynchronous execution of the DescribeReservedNodes operation.
public EndDescribeReservedNodes ( IAsyncResult asyncResult ) : DescribeReservedNodesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedNodes.
Результат DescribeReservedNodesResponse
        public  DescribeReservedNodesResponse EndDescribeReservedNodes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeReservedNodesResponse>(asyncResult);
        }
AmazonRedshiftClient