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

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

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

            return InvokeAsync<DeleteClusterSnapshotRequest,DeleteClusterSnapshotResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient