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

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

Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
public DescribeClusterVersionsAsync ( 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<DescribeClusterVersionsResponse> DescribeClusterVersionsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeClusterVersionsAsync(new DescribeClusterVersionsRequest(), cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeClusterVersionsAsync ( DescribeClusterVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient