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

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

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