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

Remove(String) Method






A System.String that identifies the cache item to be deleted.
Deletes an item from the Cache.
Syntax
public virtual void Remove( 
   string id
)
'Declaration
 
Public Overridable Sub Remove( _
   ByVal id As String _
) 
'Usage
 
Dim instance As Cache
Dim id As String
 
instance.Remove(id)
public virtual void Remove( 
   string id
)
 function Leadtools.Medical.Caching.Cache.Remove(String)( 
   id 
)
public:
virtual void Remove( 
   String^ id
) 

Parameters

id
A System.String that identifies the cache item to be deleted.
Remarks
Calling this method causes the Leadtools.Medical.Caching.Cache.ItemRemoved to be raised.
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.