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