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

EndListSqlInjectionMatchSets() public method

Finishes the asynchronous execution of the ListSqlInjectionMatchSets operation.
public EndListSqlInjectionMatchSets ( IAsyncResult asyncResult ) : ListSqlInjectionMatchSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSqlInjectionMatchSets.
return ListSqlInjectionMatchSetsResponse
        public  ListSqlInjectionMatchSetsResponse EndListSqlInjectionMatchSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSqlInjectionMatchSetsResponse>(asyncResult);
        }
AmazonWAFRegionalClient