示例#1
0
 public async void CancelMatch()
 {
     _appState.CancelMatch();
     await _hubContext.Clients.All.SendAsync("Refresh");
 }