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

◆ HostCurrentCallback

? HostCurrentTransactionCallback System.Transactions.TransactionManager.HostCurrentCallback
staticgetset

Definition at line 38 of file TransactionManager.cs.

39 {
40 get
41 {
42 return s_currentDelegate;
43 }
44 [param: DisallowNull]
45 set
46 {
47 if (value == null)
48 {
49 throw new ArgumentNullException("value");
50 }
51 lock (ClassSyncObject)
52 {
54 {
56 }
58 }
60 }
61 }
static string CurrentDelegateSet
Definition SR.cs:24
Definition SR.cs:7
static HostCurrentTransactionCallback s_currentDelegate