C#
public enum struct DependentCloneOption : System.IComparable, System.IFormattable, System.IConvertible
{
}
Articles
|
트랜잭션 코드 블록을 만듭니다. 이 클래스는 상속될 ... http://msdn2.microsoft.com/ko-kr/library/system.transactions.dependentcloneoption(VS.80).aspx
|
|
System.Transactions. DependentTransaction transaction = System.Transactions. Transaction .Current.DependentClone(System.Transactions. DependentCloneOption .RollbackIfNotComplete)
|
|
Type: System.Transactions . . :: . DependentCloneOption. A DependentCloneOption that controls what kind of dependent transaction to create. Return Value
|
|
Note: This enumeration is new in the .NET Framework version 2.0. ... .NET Framework 2.0 Class Library Reference System.Transactions DependentCloneOption Enumeration
|
|
The DependentClone call specified System.Transactions.DependentCloneOption.BlockCommitUntilComplete. Each of the worker threads then used a TransactionScope that took the ...
|