SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod Property        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the RunnableInstancesDetectionPeriod property. Specifies the time period after which the SQL Workflow Instance Store runs a detection task to detect any runnable or activatable workflow instances in the persistence database after the previous detection cycle.
public:
 property TimeSpan RunnableInstancesDetectionPeriod { TimeSpan get(); void set(TimeSpan value); };public TimeSpan RunnableInstancesDetectionPeriod { get; set; }member this.RunnableInstancesDetectionPeriod : TimeSpan with get, setPublic Property RunnableInstancesDetectionPeriod As TimeSpanProperty Value
Returns the value of the time interval.