Chili.Opf3 Send comments on this topic.
Commit Method
See Also 
Chili.Opf3.Storages Namespace > ITransactionStorage Interface : Commit Method




Commits the current open transaction on the storage. If no transaction is open no exception should be thrown.

Syntax

Visual Basic (Declaration) 
Overridable Sub Commit() 
Visual Basic (Usage)Copy Code
Dim instance As ITransactionStorage
 
instance.Commit()
C# 
virtual void Commit()
Managed Extensions for C++ 
virtual void Commit(); 
C++/CLI 
virtual void Commit(); 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also