| isee.NET Framework Documentation |
|
ASPNETStateProvider.SetApplicationObject Method
Puts an object in HttpContext.Current.Cache
[Visual Basic]
Overrides Public Sub SetApplicationObject( _
ByVal
value As
Object, _
ByVal
key As
String, _
ByVal
dependency As
String _
)
Parameters
-
value
- The object to place in the cache
-
key
- The object key
-
dependency
- Full path to a file or folder on which the object depends. This parameter can be null if no dependency exists
See Also
ASPNETStateProvider Class | iseesystems.iseeNET Namespace