Amazon.WAFRegional.AmazonWAFRegionalClient.EndListResourcesForWebACL C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListResourcesForWebACL operation.
public EndListResourcesForWebACL ( IAsyncResult asyncResult ) : ListResourcesForWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListResourcesForWebACL.
Результат ListResourcesForWebACLResponse
        public  ListResourcesForWebACLResponse EndListResourcesForWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<ListResourcesForWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient