iw4madminapplicationio GameLogEventDetection - RaidMax/IW4M-Admin GitHub Wiki
GameLogEventDetection Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.IO
IW4MAdmin.Application.IO.GameLogEventDetection[GameLogEventDetection](/RaidMax/IW4M-Admin/wiki/GameLogEventDetection)
end
Members
Methods
Public methods
Details
Constructors
GameLogEventDetection
Source code
public GameLogEventDetection(ILogger<GameLogEventDetection> logger, IW4MServer server, Uri[] gameLogUris, IGameLogReaderFactory gameLogReaderFactory)
Arguments
Methods
PollForChanges
Source code
public async Task PollForChanges()
UpdateLogEvents
Source code
public async Task UpdateLogEvents()
Generated with ModularDoc