An interface that may be used to perform a custom action at the end of a transaction.
A method of the interface will be called when a transaction is either committed or rolled back.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public interface ITransactionFinalizer
The ITransactionFinalizer type exposes the following members.
Methods
| | Name | Description |
|---|
 | OnCommitted |
This method is called at the end of committing a transaction
|
 | OnRolledBack |
This method is called at the end of rolling back a transaction
|
See Also
Reference