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); } }
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); } }