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!

RegistryKey.Close

Closes this key and flushes it to disk if the contents have been modified.

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

See Also

RegistryKey Class | RegistryKey Members | Microsoft.Win32 Namespace