예제 #1
0
 internal UXRSessionsControlService(UXRSessionDefinitionsSource definitions, UXRNodeService uxrNode)
 {
     _definitions = definitions;
     _uxrNode     = uxrNode;
 }
예제 #2
0
 internal UXRStatusUpdateControlService(UXRNodeService node, IUXRConfiguration configuration)
 {
     _node           = node;
     _updateInterval = TimeSpan.FromSeconds(configuration.StatusUpdateIntervalSeconds);
     // TODO add immediate update when node name gets changed
 }