Amazon.WAFRegional.AmazonWAFRegionalClient.EndUpdateWebACL C# (CSharp) Метод

EndUpdateWebACL() публичный Метод

Finishes the asynchronous execution of the UpdateWebACL operation.
public EndUpdateWebACL ( IAsyncResult asyncResult ) : UpdateWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateWebACL.
Результат UpdateWebACLResponse
        public  UpdateWebACLResponse EndUpdateWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient