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

Inheritance: IEnlistmentNotification
Afficher le fichier Open project: markrendle/ravendb

Méthodes publiques

Méthode 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 méthode

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

InDoubt() public méthode

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

InternalEnlistment() public méthode

public InternalEnlistment ( DocumentDatabase database, System.Guid txId ) : System
database DocumentDatabase
txId System.Guid
Résultat System

Prepare() public méthode

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
Résultat void

Rollback() public méthode

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void