Amazon.CloudFront.AmazonCloudFrontClient.EndCreateInvalidation C# (CSharp) Method

EndCreateInvalidation() public method

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