isee.NET Framework Documentation

BasicStateProvider.SetSessionObject Method 

Puts an object in an internal hashtable

[Visual Basic]
Overrides Public Sub SetSessionObject( _
   ByVal value As Object, _
   ByVal key As String _
)
[C#]
public override void SetSessionObject(
   object value,
   string key
);

Parameters

value
The object to put
key
The object key

See Also

BasicStateProvider Class | iseesystems.iseeNET Namespace