public void SetTableState(string connectionId, TableState tableState) { throw new NotImplementedException(); }
public void SetTableState(string connectionId, TableState tableState) { GetPokerServerHubContext().Clients[connectionId].setTableState(tableState); }