Amazon.WAF.AmazonWAFClient.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.
Результат Amazon.WAF.Model.GetSqlInjectionMatchSetResponse
        public  GetSqlInjectionMatchSetResponse EndGetSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFClient