Amazon.WAF.AmazonWAFClient.EndUpdateSqlInjectionMatchSet C# (CSharp) Méthode

EndUpdateSqlInjectionMatchSet() public méthode

Finishes the asynchronous execution of the UpdateSqlInjectionMatchSet operation.
public EndUpdateSqlInjectionMatchSet ( IAsyncResult asyncResult ) : Amazon.WAF.Model.UpdateSqlInjectionMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSqlInjectionMatchSet.
Résultat Amazon.WAF.Model.UpdateSqlInjectionMatchSetResponse
        public  UpdateSqlInjectionMatchSetResponse EndUpdateSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFClient