Esempio n. 1
0
 public override Stat Stat(Key key)
 {
     if (key == Keys.io_throughput)
     {
         return(new IoThroughputStat(_startTime, _endTime, TotalBytesWritten()));
     }
     return(null);
 }
 public override Stat Stat(Key key)
 {
     return(this);
 }