Beispiel #1
0
 internal UXRNodeContext(IUXRConfiguration configuration)
 {
     _configuration = configuration;
     NodeName       = configuration.NodeName;
 }
 internal UXRStatusUpdateControlService(UXRNodeService node, IUXRConfiguration configuration)
 {
     _node           = node;
     _updateInterval = TimeSpan.FromSeconds(configuration.StatusUpdateIntervalSeconds);
     // TODO add immediate update when node name gets changed
 }