C# Class Composable.System.Transactions.TransactionExtensions

Extensions for working with transactions.
Show file Open project: mlidbom/Composable.Monolithic

Public Methods

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

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
return bool