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!

GC.KeepAlive

[To be supplied.]

[Visual Basic]
Public Shared Sub KeepAlive( _
   ByVal obj As Object _
)
[C#]
public static void KeepAlive(
   object obj
);
[C++]
public: static void KeepAlive(
   Object* obj
);
[JScript]
public static function KeepAlive(
   obj : Object
);

Parameters

obj
[To be supplied.]

See Also

GC Class | GC Members | System Namespace