Amazon.CloudFront.AmazonCloudFrontClient.EndCreateDistribution C# (CSharp) Méthode

EndCreateDistribution() public méthode

Finishes the asynchronous execution of the CreateDistribution operation.
public EndCreateDistribution ( IAsyncResult asyncResult ) : CreateDistributionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDistribution.
Résultat Amazon.CloudFront.Model.CreateDistributionResponse
        public  CreateDistributionResponse EndCreateDistribution(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDistributionResponse>(asyncResult);
        }
AmazonCloudFrontClient