Amazon.WAF.AmazonWAFClient.EndListSqlInjectionMatchSets C# (CSharp) Метод

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

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