4 references to minimumTimeSpanAllowed
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (4)
105if (value.CompareTo(SqlWorkflowInstanceStore.minimumTimeSpanAllowed) < 0) 107throw FxTrace.Exception.ArgumentOutOfRange("lockRenewalPeriod", value, SR.InvalidLockRenewalPeriod(value, SqlWorkflowInstanceStore.minimumTimeSpanAllowed)); 161if (value.CompareTo(SqlWorkflowInstanceStore.minimumTimeSpanAllowed) < 0) 163throw FxTrace.Exception.ArgumentOutOfRange("instancePersistenceEventDetectionPeriod", value, SR.InvalidRunnableInstancesDetectionPeriod(value, SqlWorkflowInstanceStore.minimumTimeSpanAllowed));