コード例 #1
0
 public async Task JoinParticipant()
 {
     _drawService.AddParticipant(Context.ConnectionId);
     await _controlPanelHubContext.Clients.All.UpdateConnectedPlayers(_drawService.GetParticipantsCount());
 }