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!

LocalDataStoreMgr.AllocateNamedDataSlot

[To be supplied.]

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

Parameters

name
[To be supplied.]

See Also

LocalDataStoreMgr Class | LocalDataStoreMgr Members | System Namespace