共用方式為


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

屬性值

傳回該時間間隔的值。

適用於