C# Class Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment
Datei anzeigen
Open project: ayende/Alexandria
Public Methods
Method |
Description |
|
Commit ( Enlistment enlistment ) : void |
|
|
InDoubt ( Enlistment enlistment ) : void |
|
|
Prepare ( PreparingEnlistment preparingEnlistment ) : void |
|
|
Rollback ( Enlistment enlistment ) : void |
|
|
Method Details
public Commit ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
return |
void |
|
public InDoubt ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
return |
void |
|
public Prepare ( PreparingEnlistment preparingEnlistment ) : void |
preparingEnlistment |
System.Transactions.PreparingEnlistment |
|
return |
void |
|
public Rollback ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
return |
void |
|