C# Class Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment

Inheritance: IEnlistmentNotification
Afficher le fichier Open project: ayende/Alexandria

Méthodes publiques

Méthode Description
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
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

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