Ejemplo n.º 1
0
 internal ServerLicense(
     int id,
     IRVisServer rServer,
     IDictionary <Simulation, MCSimExecutor> mcsimExecutors,
     Action <ServerLicense> expireLicense
     )
 {
     ID              = id;
     _rServer        = rServer;
     _mcsimExecutors = mcsimExecutors;
     _expireLicense  = expireLicense;
 }
Ejemplo n.º 2
0
 internal ServerSlot(int id, IRVisServer server)
 {
     ID     = id;
     Server = server;
 }