Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteTapeAsync C# (CSharp) Method

DeleteTapeAsync() public method

Initiates the asynchronous execution of the DeleteTape operation.
public DeleteTapeAsync ( DeleteTapeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTapeRequest Container for the necessary parameters to execute the DeleteTape operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteTapeResponse> DeleteTapeAsync(DeleteTapeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteTapeRequestMarshaller();
            var unmarshaller = DeleteTapeResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteTapeRequest,DeleteTapeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient