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!

Context.AllocateDataSlot

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

Return Value

A LocalDataSlot is returned

See Also

Context Class | Context Members | System.Runtime.Remoting Namespace