SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod Property

Definition

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); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
Public Property RunnableInstancesDetectionPeriod As TimeSpan

Property Value

Returns the time interval.

Attributes

Applies to