WorkflowRuntimeBehavior.CachedInstanceExpiration 属性

定义

获取或设置一个值,该值指示工作流实例在从内存中强行删除之前在空闲状态中保留多长时间。

public:
 property TimeSpan CachedInstanceExpiration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan CachedInstanceExpiration { get; set; }
member this.CachedInstanceExpiration : TimeSpan with get, set
Public Property CachedInstanceExpiration As TimeSpan

属性值

一个 TimeSpan 对象,该对象指示工作流实例在从内存中强行删除之前保持处于空闲状态的时间。

适用于