C# Class Rhino.Queues.Internal.TransactionEnlistment

Inheritance: ISinglePhaseNotification
Afficher le fichier Open project: hibernating-rhinos/rhino-queues Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void
SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
TransactionEnlistment ( QueueStorage queueStorage, Action onComplete, Action assertNotDisposed ) : System

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 Enlistment
Résultat void

Prepare() public méthode

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment PreparingEnlistment
Résultat void

Rollback() public méthode

public Rollback ( Enlistment enlistment ) : void
enlistment Enlistment
Résultat void

SinglePhaseCommit() public méthode

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment SinglePhaseEnlistment
Résultat void

TransactionEnlistment() public méthode

public TransactionEnlistment ( QueueStorage queueStorage, Action onComplete, Action assertNotDisposed ) : System
queueStorage QueueStorage
onComplete Action
assertNotDisposed Action
Résultat System