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!

Marshal.ReleaseThreadCache

Forces the aggressive release of the current thread's cache. There may be a thread-based cache of COM components.

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

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace