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

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

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