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.FreeNamedDataSlot

Frees a previously allocated named data slot.

[Visual Basic]
Public Shared Sub FreeNamedDataSlot( _
   ByVal name As String _
)
[C#]
public static void FreeNamedDataSlot(
   string name
);
[C++]
public: static void FreeNamedDataSlot(
   String* name
);
[JScript]
public static function FreeNamedDataSlot(
   name : String
);

Parameters

name
The name of the data slot to be freed.

Remarks

The slot is freed on all of the threads.

See Also

Thread Class | Thread Members | System.Threading Namespace