Exemple #1
0
 private static void SendGetWorkerTypeCommand(Connection connection, EntityId entityId)
 {
     PingResponder.Commands.Ping.Request ping =
         new PingResponder.Commands.Ping.Request(new PingRequest());
     connection.SendCommandRequest(entityId, ping, CommandRequestTimeoutMS, null);
 }