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

EndPutCORSConfiguration() 공개 메소드

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