Ejemplo n.º 1
0
 public AddAgentMessage(Guid senderId, string aType, int agentId, Enums.HealthState healthState, int count, int containerId = -1) : base(senderId, MessageType.AddAgent)
 {
     this.agentType   = aType;
     this.state       = healthState;
     this.count       = count;
     this.agentId     = agentId;
     this.containerId = containerId;
 }
Ejemplo n.º 2
0
 public AddAgentMessage(Guid senderId, string aType, int agentId, Enums.HealthState healthState, int count, int containerId = -1)
     : base(senderId, MessageType.AddAgent)
 {
     this.agentType = aType;
     this.state = healthState;
     this.count = count;
     this.agentId = agentId;
     this.containerId = containerId;
 }