Amazon.S3.AmazonS3Client.PutBucketLoggingAsync C# (CSharp) Метод

PutBucketLoggingAsync() публичный Метод

Initiates the asynchronous execution of the PutBucketLogging operation.
public PutBucketLoggingAsync ( PutBucketLoggingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request PutBucketLoggingRequest Container for the necessary parameters to execute the PutBucketLogging operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<PutBucketLoggingResponse> PutBucketLoggingAsync(PutBucketLoggingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new PutBucketLoggingRequestMarshaller();
            var unmarshaller = PutBucketLoggingResponseUnmarshaller.Instance;

            return InvokeAsync<PutBucketLoggingRequest,PutBucketLoggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::PutBucketLoggingAsync ( PutBucketLoggingRequest request, PutBucketLoggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client