The NamedCacheObjExpiredEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppId |
Gets the Application ID corresponding to the affected cached object.
| |
| CachedObjectId |
Returns the CachedObjectId of the expiring object.
| |
| Key |
Returns the StateServerKey structure used by StateServer to identify the expiring cached object.
| |
| NamedCache |
Returns a NamedCache instance that can be used to manipulate the expiring cached object.
| |
| NamedCacheEventCode |
Returns the reason the event was fired.
| |
| NamedCacheObjDisposition |
Gets or sets a value indicating what the cache should do with the object after the event handler runs.
|
See Also