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

◆ TransactionCompleted

TransactionCompletedEventHandler? System.Transactions.Transaction.TransactionCompleted
addremoveinherited

Definition at line 169 of file Transaction.cs.

170 {
171 add
172 {
173 if (Disposed)
174 {
175 throw new ObjectDisposedException("Transaction");
176 }
178 {
180 }
181 }
182 remove
183 {
185 {
187 }
188 }
189 }
TransactionCompletedEventHandler _transactionCompletedDelegate
virtual void AddOutcomeRegistrant(InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate)
InternalTransaction _internalTransaction
delegate void TransactionCompletedEventHandler(object? sender, TransactionEventArgs e)