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

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

Returns the descriptions of the reserved nodes.
/// The specified reserved compute node not found. ///
public DescribeReservedNodesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeReservedNodesResponse> DescribeReservedNodesAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeReservedNodesAsync(new DescribeReservedNodesRequest(), cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeReservedNodesAsync ( DescribeReservedNodesRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient