Пример #1
0
        /// <summary>
        /// Get All Room Properties
        /// </summary>
        public static Dictionary <string, object> GetRoomProperties()
        {
            if (!IsAvailable)
            {
                throw new GameServiceException("GsLiveRealtime is Not Available");
            }

            if (!FiroozehGameService.Core.GameService.GSLive.IsRealTimeAvailable())
            {
                throw new GameServiceException("RealTime is Not Available");
            }

            return(_propertyHandler.GetRoomProperties());
        }