I need to collect the 20 latest events from EventHistoryCollector. GetLatestEvents()
gets me the 10 latest events and readNextEvents()
gets me how many ever events I want in some haphazard order that I can't use. Is there a way of setting page size for the EventHistoryCollector?
Found it here. Should have googled first :|