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