C# 클래스 Composable.System.Transactions.TransactionExtensions

Extensions for working with transactions.
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
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