isee.NET Framework Documentation

ASPNETStateProvider.GetApplicationObject Method 

Gets an object from HttpContext.Current.Cache

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

Parameters

key
The object key

Return Value

An object, or null if the object does not exist

See Also

ASPNETStateProvider Class | iseesystems.iseeNET Namespace