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

Cache.CacheItemRemovedHandler Delegate






A System.String representing the Id of the removed cache item.
The cached item in bytes.
The reason the item was removed from the cache, as specified by the System.Web.Caching.CacheItemRemovedReason enumeration.
Represents the method that will handle the Leadtools.Medical.Caching.Cache.ItemRemoved event.
Syntax
public delegate void Cache.CacheItemRemovedHandler( 
   string key,
   byte[] data,
   CacheItemRemovedReason reason
)
'Declaration
 
Public Delegate Sub Cache.CacheItemRemovedHandler( _
   ByVal key As String, _
   ByVal data() As Byte, _
   ByVal reason As CacheItemRemovedReason _
) 
'Usage
 
Dim instance As New Cache.CacheItemRemovedHandler(AddressOf HandlerMethod)
public delegate void Cache.CacheItemRemovedHandler( 
   string key,
   byte[] data,
   CacheItemRemovedReason reason
)
Cache.CacheItemRemovedHandler( 
   key ,
   data ,
   reason 
)
public delegate void Cache.CacheItemRemovedHandler( 
   String^ key,
   array<byte>^ data,
   CacheItemRemovedReason reason
)

Parameters

key
A System.String representing the Id of the removed cache item.
data
The cached item in bytes.
reason
The reason the item was removed from the cache, as specified by the System.Web.Caching.CacheItemRemovedReason enumeration.
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.CacheItemRemovedHandler Members
Leadtools.Medical.Caching Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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