Amazon.WAFRegional.AmazonWAFRegionalClient.EndListXssMatchSets C# (CSharp) 메소드

EndListXssMatchSets() 공개 메소드

Finishes the asynchronous execution of the ListXssMatchSets operation.
public EndListXssMatchSets ( IAsyncResult asyncResult ) : ListXssMatchSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListXssMatchSets.
리턴 ListXssMatchSetsResponse
        public  ListXssMatchSetsResponse EndListXssMatchSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListXssMatchSetsResponse>(asyncResult);
        }
AmazonWAFRegionalClient