Example #1
0
        public static async Task <Game> GetCurrentGameAsync()
        {
            try
            {
                Game CurrentGame = await IoTHubHelper.CurrentGameMethod();

                return(CurrentGame);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }