Chili.Opf3 Send comments on this topic.
OnTransactionRollback Method
See Also 
Chili.Opf3.Storages Namespace > Transaction Class : OnTransactionRollback Method




e
The EventArgs for the event.
Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnTransactionRollback( _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As Transaction
Dim e As EventArgs
 
instance.OnTransactionRollback(e)
C# 
protected virtual void OnTransactionRollback( 
   EventArgs e
)
Managed Extensions for C++ 
protected: virtual void OnTransactionRollback( 
   EventArgs* e
) 
C++/CLI 
protected:
virtual void OnTransactionRollback( 
   EventArgs^ e
) 

Parameters

e
The EventArgs for the event.

Requirements

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

See Also