Ejemplo n.º 1
0
 public async Task RefreshSystemStatus()
 {
     await MicrophobiaHubActions.RefreshSystemStatus(Clients.All);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Alerts all connected clients that the system status has changed.
 /// </summary>
 public Task RefreshSystemStatus() => MicrophobiaHubActions.RefreshSystemStatus(_hubContext.Clients.All);