mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Added AsyncStatus class to keep track of the timing of each update on servers
This commit is contained in:
@ -189,7 +189,7 @@ namespace SharedLibrary
|
||||
/// <returns></returns>
|
||||
abstract public Task<Command> ProcessCommand(Event E, Command C);
|
||||
|
||||
virtual public Task<int> ProcessUpdatesAsync()
|
||||
virtual public Task ProcessUpdatesAsync(CancellationToken cts)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user