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

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

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