LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Remove Method
See Also 
Leadtools.Medical.Caching.Storage Namespace > IStorageProvider Interface : Remove Method



Id
A System.String that identifies the item.

The Remove Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Id
A System.String that identifies the item.
Deletes an item from the user context store.

Syntax

Visual Basic (Declaration) 
Sub Remove( _
   ByVal Id As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim Id As String
 
instance.Remove(Id)
C# 
void Remove( 
   string Id
)
C++/CLI 
void Remove( 
   String^ Id
) 

Parameters

Id
A System.String that identifies the item.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also