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

EndPutLifecycleConfiguration() public method

Finishes the asynchronous execution of the PutLifecycleConfiguration operation.
public EndPutLifecycleConfiguration ( IAsyncResult asyncResult ) : PutLifecycleConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutLifecycleConfiguration.
return PutLifecycleConfigurationResponse
        public  PutLifecycleConfigurationResponse EndPutLifecycleConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutLifecycleConfigurationResponse>(asyncResult);
        }
AmazonS3Client