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

GetBucketVersioningAsync() public method

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

            return InvokeAsync<GetBucketVersioningRequest,GetBucketVersioningResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketVersioningAsync ( string bucketName, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::GetBucketVersioningAsync ( GetBucketVersioningRequest request, GetBucketVersioningResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::GetBucketVersioningAsync ( string bucketName, GetBucketVersioningResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client