Amazon.S3.AmazonS3Client.DeleteObjectTaggingAsync C# (CSharp) Method

DeleteObjectTaggingAsync() public method

Initiates the asynchronous execution of the DeleteObjectTagging operation.
public DeleteObjectTaggingAsync ( DeleteObjectTaggingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.S3.Model.DeleteObjectTaggingRequest Container for the necessary parameters to execute the DeleteObjectTagging operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteObjectTaggingResponse> DeleteObjectTaggingAsync(DeleteObjectTaggingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteObjectTaggingRequestMarshaller();
            var unmarshaller = DeleteObjectTaggingResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteObjectTaggingRequest,DeleteObjectTaggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::DeleteObjectTaggingAsync ( DeleteObjectTaggingRequest request, DeleteObjectTaggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client