Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsolationLevel

IsolationLevel System.Transactions.Transaction.IsolationLevel
getinherited

Definition at line 108 of file Transaction.cs.

109 {
110 get
111 {
112 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
113 if (log.IsEnabled())
114 {
115 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "IsolationLevel");
116 }
117 if (Disposed)
118 {
119 throw new ObjectDisposedException("Transaction");
120 }
121 if (log.IsEnabled())
122 {
123 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "IsolationLevel");
124 }
125 return _isoLevel;
126 }
127 }

Referenced by System.Transactions.TransactionScope.TransactionScope(), and System.Transactions.TransactionScope.TransactionScope().