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