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!

Thread.Finalize

Invoked when the garbage collector (GC) determines that the current object is not being referenced by any other object.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();
[C++]
protected: override void Finalize();
[JScript]
protected override function Finalize();

Remarks

[To be supplied.]

See Also

Thread Class | Thread Members | System.Threading Namespace