SqlWorkflowPersistenceService.LoadingInterval 属性

定义

获取加载间隔的长度。

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

属性值

TimeSpan

持久性服务轮询数据库以查找计时器已过期的工作流的频率。

注解

默认值为 2 分钟。

适用于