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

GetBucketLoggingAsync() public method

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

            return InvokeAsync<GetBucketLoggingRequest,GetBucketLoggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketLoggingAsync ( string bucketName, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::GetBucketLoggingAsync ( GetBucketLoggingRequest request, GetBucketLoggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::GetBucketLoggingAsync ( string bucketName, GetBucketLoggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client