Amazon.WAF.AmazonWAFClient.EndListRules C# (CSharp) Method

EndListRules() public method

Finishes the asynchronous execution of the ListRules operation.
public EndListRules ( IAsyncResult asyncResult ) : ListRulesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRules.
return Amazon.WAF.Model.ListRulesResponse
        public  ListRulesResponse EndListRules(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRulesResponse>(asyncResult);
        }
AmazonWAFClient