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!

BinaryWriter.Flush

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

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

See Also

BinaryWriter Class | BinaryWriter Members | System.IO Namespace