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

プロパティ値

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

適用対象