Share via


SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod プロパティ

定義

RunnableInstancesDetectionPeriod プロパティを取得または設定します。 前回の検出サイクルの後、SQL Workflow Instance Store が実行可能またはアクティブ化可能なワークフロー インスタンスを永続性データベースで検出する検出タスクを実行するまでの時間を指定します。

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

時間間隔の値を返します。

適用対象