Amazon.S3.AmazonS3Client.EndPutBucketAccelerateConfiguration C# (CSharp) 메소드

EndPutBucketAccelerateConfiguration() 공개 메소드

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