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

EndGetCORSConfiguration() public method

Finishes the asynchronous execution of the GetCORSConfiguration operation.
public EndGetCORSConfiguration ( IAsyncResult asyncResult ) : Amazon.S3.Model.GetCORSConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCORSConfiguration.
return Amazon.S3.Model.GetCORSConfigurationResponse
        public  GetCORSConfigurationResponse EndGetCORSConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCORSConfigurationResponse>(asyncResult);
        }
AmazonS3Client