[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;
LocalDataStoreMgr Class | LocalDataStoreMgr Members | System Namespace