SqlWorkflowPersistenceService.LoadingInterval プロパティ

定義

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

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

プロパティ値

永続化サービスが、期限切れのタイマーを持つワークフローについてデータベースをポーリングする頻度。

注釈

デフォルト値は2分です。

適用対象