LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

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 Leadtools.Medical.Caching.Cache.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,
   byte[] removedItem,
   CacheItemRemovedReason reason
)
 function Leadtools.Medical.Caching.Cache.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cache Class
Cache Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.