SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Ultra
Stream
Writer
Flush Method
Flushes to the underlying stream.
Definition
Namespace:
SnapDB.IO
Assembly:
SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
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
UltraStreamWriter Class
SnapDB.IO Namespace
In This Article
Definition
See Also