1using System.Threading.Tasks;
12 private static bool running =
false;
25 return Task.CompletedTask;
Module controling the life-cycle of counters.
Task Start()
Starts the module.
static bool Running
If the module is running or not.
async Task Stop()
Stops the module.
Static class managing persistent counters.
static async Task FlushAsync()
Flushes all cached counters to the database.
Interface for late-bound modules loaded at runtime.