←Select platform

OnItemRemoved Method

Summary

Raises the ItemRemoved event.

Syntax

C#
VB
C++
protected virtual void OnItemRemoved( 
   string id, 
   byte[] removedItem, 
   CacheItemRemovedReason reason 
) 
  
Protected Overridable Sub OnItemRemoved( _ 
   ByVal id As String, _ 
   ByVal removedItem() As Byte, _ 
   ByVal reason As CacheItemRemovedReason _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly