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