Amazon.WAF.AmazonWAFClient.EndListSizeConstraintSets C# (CSharp) Méthode

EndListSizeConstraintSets() public méthode

Finishes the asynchronous execution of the ListSizeConstraintSets operation.
public EndListSizeConstraintSets ( IAsyncResult asyncResult ) : ListSizeConstraintSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSizeConstraintSets.
Résultat Amazon.WAF.Model.ListSizeConstraintSetsResponse
        public  ListSizeConstraintSetsResponse EndListSizeConstraintSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSizeConstraintSetsResponse>(asyncResult);
        }
AmazonWAFClient