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

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

Initiates the asynchronous execution of the DescribeClusterSnapshots operation.
public DescribeClusterSnapshotsAsync ( DescribeClusterSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Redshift.Model.DescribeClusterSnapshotsRequest Container for the necessary parameters to execute the DescribeClusterSnapshots operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeClusterSnapshotsResponse> DescribeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeClusterSnapshotsRequestMarshaller();
            var unmarshaller = DescribeClusterSnapshotsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeClusterSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient