1 type derived from TransactedAsyncResult
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
934
class ExecuteAsyncResult :
TransactedAsyncResult
, ISinglePhaseNotification
2 references to TransactedAsyncResult
System.Runtime.DurableInstancing (2)
System\Runtime\TransactedAsyncResult.cs (2)
117
TransactedAsyncResult
parent;
119
public TransactionSignalScope(
TransactedAsyncResult
result, Transaction transaction)