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

EndPutBucketAccelerateConfiguration() public method

Finishes the asynchronous execution of the PutBucketAccelerateConfiguration operation.
public EndPutBucketAccelerateConfiguration ( IAsyncResult asyncResult ) : PutBucketAccelerateConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketAccelerateConfiguration.
return PutBucketAccelerateConfigurationResponse
        public  PutBucketAccelerateConfigurationResponse EndPutBucketAccelerateConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketAccelerateConfigurationResponse>(asyncResult);
        }
AmazonS3Client