Share via


SqlWorkflowPersistenceService.LoadingInterval プロパティ

定義

読み込み間隔の長さを取得します。

public:
 property TimeSpan LoadingInterval { TimeSpan get(); };
public TimeSpan LoadingInterval { get; }
member this.LoadingInterval : TimeSpan
Public ReadOnly Property LoadingInterval As TimeSpan

プロパティ値

TimeSpan

永続性サービスが、タイマーが切れたワークフローのデータベースをポーリングする頻度。

注釈

既定値は 2 分です。

適用対象