Example #1
0
 public void PushSample(object sampleValue)
 {
     try {
         store.Add(new Sample(this, sampleValue));
     } catch (Exception e) {
         Log.Error("Error taking sample", e);
     }
 }