Amazon.S3.AmazonS3Client.EndGetCORSConfiguration C# (CSharp) Méthode

EndGetCORSConfiguration() public méthode

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.
Résultat Amazon.S3.Model.GetCORSConfigurationResponse
        public  GetCORSConfigurationResponse EndGetCORSConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCORSConfigurationResponse>(asyncResult);
        }
AmazonS3Client