C# Класс Composable.System.Transactions.TransactionExtensions

Extensions for working with transactions.
Показать файл Открыть проект

Открытые методы

Метод Описание
WaitForTransactionToComplete ( this me, System.TimeSpan timeout ) : bool

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

Описание методов

WaitForTransactionToComplete() публичный статический Метод

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
Результат bool