C# Class Rhino.Queues.Internal.TransactionEnlistment

Inheritance: ISinglePhaseNotification
Show file Open project: hibernating-rhinos/rhino-queues Class Usage Examples

Public Methods

Method 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 method

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

InDoubt() public method

public InDoubt ( Enlistment enlistment ) : void
enlistment Enlistment
return void

Prepare() public method

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment PreparingEnlistment
return void

Rollback() public method

public Rollback ( Enlistment enlistment ) : void
enlistment Enlistment
return void

SinglePhaseCommit() public method

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment SinglePhaseEnlistment
return void

TransactionEnlistment() public method

public TransactionEnlistment ( QueueStorage queueStorage, Action onComplete, Action assertNotDisposed ) : System
queueStorage QueueStorage
onComplete Action
assertNotDisposed Action
return System