WorkflowRuntimeElement.CachedInstanceExpiration Property

Definition

Gets or sets a value that specifies the time that a cached instance will expire.

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

Property Value

The time that a cached instance will expire.

Attributes

Applies to