isee.NET Framework Documentation

BasicStateProvider.GetSessionObject Method 

Gets an object from an internal hashtable

[Visual Basic]
Overrides Public Function GetSessionObject( _
   ByVal key As String _
) As Object
[C#]
public override object GetSessionObject(
   string key
);

Parameters

key
The object key

Return Value

Object

See Also

BasicStateProvider Class | iseesystems.iseeNET Namespace