LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Remove Method (Cache)

Show in webframe



A System.String that identifies the cache item to be deleted.
Deletes an item from the Cache.
Syntax
'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
)
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 ItemRemoved to be raised.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

 

 


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