C# Class Composable.System.Transactions.TransactionExtensions

Extensions for working with transactions.
Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes publiques

Méthode Description
WaitForTransactionToComplete ( this me, System.TimeSpan timeout ) : bool

Blocks the current thread until the transaction completes or the timeout expires.

Method Details

WaitForTransactionToComplete() public static méthode

Blocks the current thread until the transaction completes or the timeout expires.
public static WaitForTransactionToComplete ( this me, System.TimeSpan timeout ) : bool
me this
timeout System.TimeSpan
Résultat bool