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
ファイルを表示 Open project: scalien/scaliendb

Public Methods

Method Description
Dispose ( ) : void

Commit transaction

Private Methods

Method Description
Rollbacker ( Scalien.Client client, Quorum quorum, byte majorKey ) : System

Method Details

Dispose() public method

Commit transaction
public Dispose ( ) : void
return void