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.Close

Closes the current BinaryWriter and releases any system resources associated with it.

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

See Also

BinaryWriter Class | BinaryWriter Members | System.IO Namespace