Gemstone Diagnostics Library
C#
VB
C++
JavaScript
Show/Hide TOC
Log
File
Writer
Flush Method
Flushes the stream to the disk.
Definition
Namespace:
Gemstone.Diagnostics.Utilities
Assembly:
Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.173 -- Release Build+13a17d52c6d57dd487f5387b2010a9ccb7973f84
C#
Copy
View Source
Request Example
public
void
Flush
()
VB
Copy
View Source
Request Example
Public
Sub
Flush
C++
Copy
View Source
Request Example
public
:
void
Flush
()
JavaScript
Copy
View Source
Request Example
function
Flush
();
See Also
Reference
LogFileWriter Class
Gemstone.Diagnostics.Utilities Namespace
In This Article
Definition
See Also