2 references to minUpdate
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
1208
if (newNext < next && (next - DateTime.UtcNow) >
minUpdate
)
1212
if (newNext < next && (next - DateTime.UtcNow) >
minUpdate
&& timer != null)