Amazon.CloudFront.AmazonCloudFrontClient.EndCreateDistributionWithTags C# (CSharp) Метод

EndCreateDistributionWithTags() публичный Метод

Finishes the asynchronous execution of the CreateDistributionWithTags operation.
public EndCreateDistributionWithTags ( IAsyncResult asyncResult ) : CreateDistributionWithTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDistributionWithTags.
Результат Amazon.CloudFront.Model.CreateDistributionWithTagsResponse
        public  CreateDistributionWithTagsResponse EndCreateDistributionWithTags(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDistributionWithTagsResponse>(asyncResult);
        }
AmazonCloudFrontClient