Amazon.WAFRegional.AmazonWAFRegionalClient.EndListSizeConstraintSets C# (CSharp) Method

EndListSizeConstraintSets() public method

Finishes the asynchronous execution of the ListSizeConstraintSets operation.
public EndListSizeConstraintSets ( IAsyncResult asyncResult ) : ListSizeConstraintSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSizeConstraintSets.
return ListSizeConstraintSetsResponse
        public  ListSizeConstraintSetsResponse EndListSizeConstraintSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSizeConstraintSetsResponse>(asyncResult);
        }
AmazonWAFRegionalClient