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

EndGetSqlInjectionMatchSet() public method

Finishes the asynchronous execution of the GetSqlInjectionMatchSet operation.
public EndGetSqlInjectionMatchSet ( IAsyncResult asyncResult ) : GetSqlInjectionMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSqlInjectionMatchSet.
return GetSqlInjectionMatchSetResponse
        public  GetSqlInjectionMatchSetResponse EndGetSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient