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

DescribeDBSnapshotsAsync() public method

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

            return InvokeAsync<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonRDSClient::DescribeDBSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonRDSClient