void IMetaFederationObjectModelInteractionListener.OnReceiveHLAjoinFederationExecution(HLAjoinFederationExecutionMessage msg)
        {
            lock (this)
            {
                if (log.IsDebugEnabled)
                    log.Debug("Received Join federation =  " + msg.ToString());
                //throw new Exception("The method or operation is not implemented.");

                //HLAcontinueMessage continueMsg = new HLAcontinueMessage();
                //myExecutive.SendToClients(continueMsg);
            }
        }
Esempio n. 2
0
        void IMetaFederationObjectModelInteractionListener.OnReceiveHLAjoinFederationExecution(HLAjoinFederationExecutionMessage msg)
        {
            lock (this)
            {
                if (log.IsDebugEnabled)
                {
                    log.Debug("Received Join federation =  " + msg.ToString());
                }
                //throw new Exception("The method or operation is not implemented.");

                //HLAcontinueMessage continueMsg = new HLAcontinueMessage();
                //myExecutive.SendToClients(continueMsg);
            }
        }