LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Cache.CacheItemRemovedHandler Delegate

Show in webframe



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 ItemRemoved event.
Syntax
'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
)
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

See Also

Reference

Cache.CacheItemRemovedHandler Members
Leadtools.Medical.Caching Namespace

 

 


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