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

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

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

            return InvokeAsync<DeleteSnapshotCopyGrantRequest,DeleteSnapshotCopyGrantResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient