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

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

Parameters

name
The required for the data slot

Return Value

A LocalDataSlot object is returned

See Also

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