Amazon.RDS.AmazonRDSClient.DescribeDBClusterSnapshotsAsync C# (CSharp) Method

DescribeDBClusterSnapshotsAsync() public method

Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation.
public DescribeDBClusterSnapshotsAsync ( DescribeDBClusterSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshots operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeDBClusterSnapshotsResponse> DescribeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeDBClusterSnapshotsRequestMarshaller();
            var unmarshaller = DescribeDBClusterSnapshotsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient