NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextWriter.Flush

Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.

[Visual Basic]
Overridable Public Sub Flush()
[C#]
public virtual void Flush();
[C++]
public: virtual void Flush();
[JScript]
public function Flush();

Remarks

This default method is empty, but derived classes can override the method to provide the appropriate functionality.

See Also

TextWriter Class | TextWriter Members | System.IO Namespace