1 instantiation of DetectRunnableInstancesCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\DetectRunnableInstancesTask.cs (1)
13
: base(store, storeLock, new
DetectRunnableInstancesCommand
(), taskInterval, SqlWorkflowInstanceStoreConstants.DefaultTaskTimeout, false)
2 references to DetectRunnableInstancesCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
361
else if (command is
DetectRunnableInstancesCommand
)
427
else if (command is
DetectRunnableInstancesCommand
)