2 types derived from LoadWorkflowAsyncResult
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
12sealed class LoadWorkflowByKeyAsyncResult : LoadWorkflowAsyncResult
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
14sealed class TryLoadRunnableWorkflowAsyncResult : LoadWorkflowAsyncResult
1 instantiation of LoadWorkflowAsyncResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
417sqlWorkflowInstanceStoreAsyncResult = new LoadWorkflowAsyncResult(context, command, this, this.storeLock, transaction, timeout, callback, state);
1 reference to LoadWorkflowAsyncResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
89return LoadWorkflowAsyncResult.commandText;