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

DeleteLifecycleConfigurationAsync() public method

Initiates the asynchronous execution of the DeleteLifecycleConfiguration operation.
public DeleteLifecycleConfigurationAsync ( Amazon.S3.Model.DeleteLifecycleConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.S3.Model.DeleteLifecycleConfigurationRequest Container for the necessary parameters to execute the DeleteLifecycleConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteLifecycleConfigurationResponse> DeleteLifecycleConfigurationAsync(DeleteLifecycleConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteLifecycleConfigurationRequestMarshaller();
            var unmarshaller = DeleteLifecycleConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteLifecycleConfigurationRequest,DeleteLifecycleConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::DeleteLifecycleConfigurationAsync ( string bucketName, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::DeleteLifecycleConfigurationAsync ( Amazon.S3.Model.DeleteLifecycleConfigurationRequest request, DeleteLifecycleConfigurationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::DeleteLifecycleConfigurationAsync ( string bucketName, DeleteLifecycleConfigurationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client