3 references to LoadWorkflowAsyncResult
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
25
base
(context, command, store, storeLock, currentTransaction, timeout, callback, state)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
417
sqlWorkflowInstanceStoreAsyncResult = new
LoadWorkflowAsyncResult
(context, command, this, this.storeLock, transaction, timeout, callback, state);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
29
base
(context, command, store, storeLock, currentTransaction, timeout, callback, state)