Amazon.WAFRegional.AmazonWAFRegionalClient.EndListResourcesForWebACL C# (CSharp) Method

EndListResourcesForWebACL() public method

Finishes the asynchronous execution of the ListResourcesForWebACL operation.
public EndListResourcesForWebACL ( IAsyncResult asyncResult ) : ListResourcesForWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListResourcesForWebACL.
return ListResourcesForWebACLResponse
        public  ListResourcesForWebACLResponse EndListResourcesForWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<ListResourcesForWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient