次の方法で共有


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

キャッシュされたインスタンスが期限切れとなる時刻。

属性

適用対象