Beispiel #1
0
 /// <summary>
 /// Flushes all data to the underlying storage.
 /// </summary>
 public override void Flush()
 {
     _parent.Flush();
 }
Beispiel #2
0
 public void Flush()
 {
     buffer.Flush();
 }