Amazon.CloudFront.AmazonCloudFrontClient.EndListInvalidations C# (CSharp) 메소드

EndListInvalidations() 공개 메소드

Finishes the asynchronous execution of the ListInvalidations operation.
public EndListInvalidations ( IAsyncResult asyncResult ) : ListInvalidationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInvalidations.
리턴 Amazon.CloudFront.Model.ListInvalidationsResponse
        public  ListInvalidationsResponse EndListInvalidations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListInvalidationsResponse>(asyncResult);
        }
AmazonCloudFrontClient