When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public override void Flush() |
| Visual Basic |
|---|
Public Overrides Sub Flush |
| Visual C++ |
|---|
public: virtual void Flush() override |
Exceptions
| Exception | Condition |
|---|---|
| System.IO..::..IOException | An I/O error occurs. |