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

DescribeDBSnapshotAttributesAsync() public method

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

            return InvokeAsync<DescribeDBSnapshotAttributesRequest,DescribeDBSnapshotAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient