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