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