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

Время окончания срока действия кэшированного экземпляра.

Атрибуты

Применяется к