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

Allocates an unnamed data slot on all the threads.

[Visual Basic]
Public Shared Function AllocateDataSlot() As LocalDataStoreSlot
[C#]
public static LocalDataStoreSlot AllocateDataSlot();
[C++]
public: static LocalDataStoreSlot* AllocateDataSlot();
[JScript]
public static function AllocateDataSlot() : LocalDataStoreSlot;

Remarks

The slot is allocated on all of the threads.

See Also

Thread Class | Thread Members | System.Threading Namespace