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!

ISymbolWriter.Close

Closes ISymWriter and commits the symbols to the symbol store.

[Visual Basic]
Sub Close()
[C#]
void Close();
[C++]
void Close() = 0;
[JScript]
function Close();

Remarks

ISymWriter becomes invalid after this call for further updates.

See Also

ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace