Exemple #1
0
        protected override bool ProcessG2HMessageInternal(ExComms.Contracts.DTO.Monitor.MonMsg_G2H request)
        {
            using (ILogMethod method = Log.LogMethod("MonitorHandler_GameInfo", "ProcessG2HMessageInternal"))
            {
                try
                {
                    MonTgt_G2H_GameInfo monTgtMsg = request.Targets[0] as MonTgt_G2H_GameInfo;

                    //   if (ExCommsDataContext.Current.UpdateSession_MGMD_MeterHistory(monTgtMsg))
                    {
                    }
                    method.Debug("Snap taken, now update the latest meters in floor financials");
                    //++k BGSMeterHandler.Proceess
                    return(true);
                }
                catch (Exception ex)
                {
                    method.Exception(ex);
                }
                return(false);
            }
        }