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

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

Parameters

name
The data slot name

Return Value

Retruns a LocalDataSlot

See Also

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