Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.Flush() Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Flush Method



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


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

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

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter