Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

Remove Method (Cache)






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
) 

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

Error processing SSI file