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

◆ AsyncWaitHandle

WaitHandle IAsyncResult. System.Transactions.CommittableTransaction.AsyncWaitHandle
getprivate

Implements System.IAsyncResult.

Definition at line 13 of file CommittableTransaction.cs.

14 {
15 get
16 {
18 {
20 {
22 {
24 _internalTransaction._asyncResultEvent = asyncResultEvent;
25 }
26 }
27 }
29 }
30 }
TransactionStatus get_Status(InternalTransaction tx)
InternalTransaction _internalTransaction