Amazon.WAFRegional.AmazonWAFRegionalClient.EndListByteMatchSets C# (CSharp) Method

EndListByteMatchSets() public method

Finishes the asynchronous execution of the ListByteMatchSets operation.
public EndListByteMatchSets ( IAsyncResult asyncResult ) : ListByteMatchSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListByteMatchSets.
return ListByteMatchSetsResponse
        public  ListByteMatchSetsResponse EndListByteMatchSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListByteMatchSetsResponse>(asyncResult);
        }
AmazonWAFRegionalClient