SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod 属性

定义

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

public:
 property TimeSpan RunnableInstancesDetectionPeriod { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
Public Property RunnableInstancesDetectionPeriod As TimeSpan

属性值

TimeSpan

返回时间间隔的值。

适用于