Amazon.WAFRegional.AmazonWAFRegionalClient.EndUpdateSqlInjectionMatchSet C# (CSharp) 메소드

EndUpdateSqlInjectionMatchSet() 공개 메소드

Finishes the asynchronous execution of the UpdateSqlInjectionMatchSet operation.
public EndUpdateSqlInjectionMatchSet ( IAsyncResult asyncResult ) : UpdateSqlInjectionMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSqlInjectionMatchSet.
리턴 UpdateSqlInjectionMatchSetResponse
        public  UpdateSqlInjectionMatchSetResponse EndUpdateSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient