Exemplo n.º 1
0
 public DoubleSampler(TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor.")
     : base(statusKeyPrefix, keySetId)
 {
     _sampler = sampler;
 }
Exemplo n.º 2
0
 public DoubleSampler(TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor.")
     : base(statusKeyPrefix, keySetId)
 {
     _sampler = sampler;
 }