EventLogReader public class EventLogReader : IDisposable Documentation Code public int BatchSize { get; set; } public IList<EventLogStatus> LogStatus { get; } public EventLogReader(EventLogQuery eventQuery) public EventLogReader(EventLogQuery eventQuery, EventBookmark bookmark) public EventLogReader(string path) public EventLogReader(string path, PathType pathType) public void CancelReading() public void Dispose() protected virtual void Dispose(bool disposing) public EventRecord ReadEvent() public EventRecord ReadEvent(TimeSpan timeout) public void Seek(EventBookmark bookmark) public void Seek(EventBookmark bookmark, long offset) public void Seek(SeekOrigin origin, long offset)