SqlWorkflowPersistenceService.LoadingInterval 属性

定义

获取加载间隔的长度。

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

属性值

持久性服务轮询具有过期计时器的工作流的频率。

注解

默认数值是2分钟。

适用于