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

EndDeleteCORSConfiguration() 공개 메소드

Finishes the asynchronous execution of the DeleteCORSConfiguration operation.
public EndDeleteCORSConfiguration ( IAsyncResult asyncResult ) : DeleteCORSConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCORSConfiguration.
리턴 DeleteCORSConfigurationResponse
        public  DeleteCORSConfigurationResponse EndDeleteCORSConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCORSConfigurationResponse>(asyncResult);
        }
AmazonS3Client