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

GetBucketTaggingAsync() public method

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

            return InvokeAsync<GetBucketTaggingRequest,GetBucketTaggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketTaggingAsync ( GetBucketTaggingRequest request, GetBucketTaggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client