Ejemplo n.º 1
0
 public void Add(Sampler sampler)
 {
     _samplerIds.Add(sampler.StatusKeyPrefix);
     _samplerIdToSampler[sampler.StatusKeyPrefix] = sampler;
 }
Ejemplo n.º 2
0
 public void Add(Sampler sampler)
 {
     _samplerIds.Add(sampler.StatusKeyPrefix);
     _samplerIdToSampler[sampler.StatusKeyPrefix] = sampler;
 }