Committable Interface
Represents an atomic transaction.
C#
public interface Committable : IDisposable
- Derived
- Implements
Methods
Commit() |
Applies the changes made in the transaction. |
Rollback() |
Reverts the changes made in the transaction. |
Methods Detail
Commit()
Applies the changes made in the transaction.
C#
void Commit()
Rollback()
Reverts the changes made in the transaction.
C#
void Rollback()