Beispiel #1
0
 public bool Sync()
 {
     IsChanged = FStreams.Sync();
     foreach (var stream in FStreams)
     {
         IsChanged |= stream.Sync();
     }
     // Acknowledge the change
     FStreams.Flush();
     return(IsChanged);
 }
Beispiel #2
0
 public virtual bool Sync()
 {
     return(FStream.Sync());
 }