CacheItemRemovedEventArgs.Reason Property
The DeletionReason value that defines the reason for the object’s removal from the cache.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Reason As DeletionReason
Get
'Usage
Dim instance As CacheItemRemovedEventArgs
Dim value As DeletionReason
value = instance.Reason
public DeletionReason Reason { get; }
Property Value
Type: Microsoft.Office.Server.ObjectCache.DeletionReason
Returns DeletionReason.
See Also
Reference
CacheItemRemovedEventArgs Class