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

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

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