Amazon.WAF.AmazonWAFClient.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 Amazon.WAF.Model.ListSizeConstraintSetsResponse
        public  ListSizeConstraintSetsResponse EndListSizeConstraintSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSizeConstraintSetsResponse>(asyncResult);
        }
AmazonWAFClient