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



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

Commits any changes made to the storage object.

Syntax

Visual Basic (Declaration) 
Sub CommitChanges() 
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
 
instance.CommitChanges()
C# 
void CommitChanges()
C++/CLI 
void CommitChanges(); 

Requirements

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

See Also