C# Class Castle.Facilities.NHibernateIntegration.DefaultSessionManager.UnregisterEnlistment

Inheritance: IEnlistmentNotification
Afficher le fichier Open project: hconceicao/Castle.Facilities.NHibernateIntegration3

Méthodes publiques

Méthode Description
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void
UnregisterEnlistment ( ILogger logger, System.Action callback, Services.Transaction.ITransaction transaction ) : System

Private Methods

Méthode Description
Undertaker ( ) : 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

UnregisterEnlistment() public méthode

public UnregisterEnlistment ( ILogger logger, System.Action callback, Services.Transaction.ITransaction transaction ) : System
logger ILogger
callback System.Action
transaction Services.Transaction.ITransaction
Résultat System