Amazon.WAF.AmazonWAFClient.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 Amazon.WAF.Model.GetSqlInjectionMatchSetResponse
        public  GetSqlInjectionMatchSetResponse EndGetSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFClient