C# Class Raven.Database.Plugins.Builtins.PendingTransactionRecovery.InternalEnlistment

Inheritance: IEnlistmentNotification
Exibir arquivo Open project: markrendle/ravendb

Public Methods

Method Description
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
InternalEnlistment ( DocumentDatabase database, System.Guid txId ) : System
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void

Method Details

Commit() public method

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void

InDoubt() public method

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void

InternalEnlistment() public method

public InternalEnlistment ( DocumentDatabase database, System.Guid txId ) : System
database DocumentDatabase
txId System.Guid
return System

Prepare() public method

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
return void

Rollback() public method

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void