Amazon.WAF.AmazonWAFClient.EndCreateSqlInjectionMatchSet C# (CSharp) 메소드

EndCreateSqlInjectionMatchSet() 공개 메소드

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