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

[To be supplied.]

[Visual Basic]
Public Sub FreeNamedDataSlot( _
   ByVal name As String _
)
[C#]
public void FreeNamedDataSlot(
   string name
);
[C++]
public: void FreeNamedDataSlot(
   String* name
);
[JScript]
public function FreeNamedDataSlot(
   name : String
);

Parameters

name
[To be supplied.]

See Also

LocalDataStoreMgr Class | LocalDataStoreMgr Members | System Namespace