C# Class Scalien.Rollbacker

Rollbacker is a convenience class returned by Client.Start() to ensure that Client.RollbackTransaction() is called when the Rollbacker goes out of scope.
Inheritance: IDisposable
Afficher le fichier Open project: scalien/scaliendb

Méthodes publiques

Méthode Description
Dispose ( ) : void

Commit transaction

Private Methods

Méthode Description
Rollbacker ( Scalien.Client client, Quorum quorum, byte majorKey ) : System

Method Details

Dispose() public méthode

Commit transaction
public Dispose ( ) : void
Résultat void