Ejemplo n.º 1
0
 /// <summary>
 ///     Stop Agent is managed by the WhitePages services responsible of Agent Lifecycle Management
 /// </summary>
 public void StopAgents()
 {
     AgentNetwork.ManageAgentsToStop();
     Messages.WaitingToClearAllMessages();
 }