isee.NET Framework Documentation

BasicStateProvider.SetApplicationObject Method 

Puts an object in an internal hashtable

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

Parameters

value
The object to put
key
The object key
dependency
Not implemented, pass NULL

See Also

BasicStateProvider Class | iseesystems.iseeNET Namespace