public async Task RunAsync() { if (this.IsShuttingDown) { return; } await workerNotificationService.NotifyWorkers(); }
public Task Handle(Command message, CancellationToken cancellationToken) { return(workerNotificationService.NotifyWorkers()); }