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