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

EndPutCORSConfiguration() public method

Finishes the asynchronous execution of the PutCORSConfiguration operation.
public EndPutCORSConfiguration ( IAsyncResult asyncResult ) : PutCORSConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutCORSConfiguration.
return PutCORSConfigurationResponse
        public  PutCORSConfigurationResponse EndPutCORSConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutCORSConfigurationResponse>(asyncResult);
        }
AmazonS3Client