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

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

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