1 type derived from DetectActivatableWorkflowsAsyncResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
16sealed class QueryActivatableWorkflowAsyncResult : DetectActivatableWorkflowsAsyncResult
1 instantiation of DetectActivatableWorkflowsAsyncResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
433sqlWorkflowInstanceStoreAsyncResult = new DetectActivatableWorkflowsAsyncResult(null, command, this, this.storeLock, null, timeout, callback, state);
1 reference to DetectActivatableWorkflowsAsyncResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
51return DetectActivatableWorkflowsAsyncResult.commandText;