Flush() public méthode

public Flush ( ) : void
Résultat void
 public override void Flush()
 {
     fileQueue.Flush();
     fileStream.Flush();
 }