public GarbageCollectedConfiguration(IConfigurationIndex key)
 {
     Key = key;
 }
Ejemplo n.º 2
0
 public Configuration(IConfigurationIndex key, IEnumerable <INode> nodes)
 {
     Nodes = nodes;
     Key   = key;
 }
Ejemplo n.º 3
0
 public void RequestConfiguration(IConfigurationIndex k)
 {
     throw new System.NotImplementedException();
 }