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

PutBucketInventoryConfigurationAsync() public method

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

            return InvokeAsync<PutBucketInventoryConfigurationRequest,PutBucketInventoryConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::PutBucketInventoryConfigurationAsync ( PutBucketInventoryConfigurationRequest request, PutBucketInventoryConfigurationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client