다음을 통해 공유


WorkflowRuntimeElement.CachedInstanceExpiration 속성

정의

캐시된 인스턴스가 만료되는 시간을 지정하는 값을 가져오거나 설정합니다.

public:
 property TimeSpan CachedInstanceExpiration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
public TimeSpan CachedInstanceExpiration { get; set; }
[System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan CachedInstanceExpiration { get; set; }
[System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan CachedInstanceExpiration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
member this.CachedInstanceExpiration : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.CachedInstanceExpiration : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("cachedInstanceExpiration", DefaultValue="00:10:00", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.CachedInstanceExpiration : TimeSpan with get, set
Public Property CachedInstanceExpiration As TimeSpan

속성 값

TimeSpan

캐시된 인스턴스가 만료되는 시간입니다.

특성

적용 대상