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