Amazon.RDS.AmazonRDSClient.DescribeDBClusterSnapshotAttributesAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeDBClusterSnapshotAttributesRequest,DescribeDBClusterSnapshotAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient