SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod 属性

定义

获取或设置 RunnableInstancesDetectionPeriod 属性。 指定时间段,在该时间段后,SQL 工作流实例存储区将运行一个检测任务,来检测上一检测周期后持久性数据库中的任何可运行或可激活的工作流实例。

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

属性值

返回时间间隔。

属性

适用于