Noemax FastInfoset.NET
Flush Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Flush Method






Flushes whatever is in the buffer into the underlying stream and flushes the underlying stream.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Sub Flush() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
 
instance.Flush()
C# 
public override void Flush()
Delphi 
public procedure Flush(); override; 
JScript 
public override function Flush();
Managed Extensions for C++ 
public: void Flush(); override 
C++/CLI 
public:
void Flush(); override 

See Also