←Select platform

Remove Method

Summary

Deletes an item from the Cache.

Syntax

C#
VB
C++
public virtual void Remove( 
   string id 
) 
  
Public Overridable Sub Remove( _ 
   ByVal id As String _ 
)  
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

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