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

EndCreateSqlInjectionMatchSet() 공개 메소드

Finishes the asynchronous execution of the CreateSqlInjectionMatchSet operation.
public EndCreateSqlInjectionMatchSet ( IAsyncResult asyncResult ) : CreateSqlInjectionMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSqlInjectionMatchSet.
리턴 CreateSqlInjectionMatchSetResponse
        public  CreateSqlInjectionMatchSetResponse EndCreateSqlInjectionMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSqlInjectionMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient