Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

OnItemRemoved Method






A System.String that identifies the deleted cache item.
An array of System.Byte representing the removed item data.
A System.Web.Caching.CacheItemRemovedReason value which specifies the reason for deleting this item.
Raises the ItemRemoved event.
Syntax
protected virtual void OnItemRemoved( 
   string id,
   byte[] removedItem,
   CacheItemRemovedReason reason
)
'Declaration
 
Protected Overridable Sub OnItemRemoved( _
   ByVal id As String, _
   ByVal removedItem() As Byte, _
   ByVal reason As CacheItemRemovedReason _
) 
'Usage
 
Dim instance As Cache
Dim id As String
Dim removedItem() As Byte
Dim reason As CacheItemRemovedReason
 
instance.OnItemRemoved(id, removedItem, reason)

            

            
protected:
virtual void OnItemRemoved( 
   String^ id,
   array<byte>^ removedItem,
   CacheItemRemovedReason reason
) 

Parameters

id
A System.String that identifies the deleted cache item.
removedItem
An array of System.Byte representing the removed item data.
reason
A System.Web.Caching.CacheItemRemovedReason value which specifies the reason for deleting this item.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

Error processing SSI file