LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

OnItemRemoved Method

Show in webframe



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
'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
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.