Beispiel #1
0
 public override HashEntry[] GetServiceInfo()
 {
     return(new[] {
         new HashEntry("IpAddrs", ServerInfo.IPAggregateString),
         new HashEntry("Role", (int)Role),
         new HashEntry("ActorID", ActorID.ToString()),
         new HashEntry("MQTopic", MQTopic),
     });
 }
Beispiel #2
0
 public override string ToString()
 {
     return(ActorID.ToString() + " " + Name);
 }