예제 #1
0
 public void FlushFail()
 {
     _writer.flush = true;
     Hookup();
     _diskManager.QueueFlush(_rig.Manager, 0);
     CheckFail();
 }