CircuitOptions.PersistedCircuitDistributedRetentionPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the duration for which a persisted circuit is retained in the distributed cache.
public TimeSpan? PersistedCircuitDistributedRetentionPeriod { get; set; }
member this.PersistedCircuitDistributedRetentionPeriod : Nullable<TimeSpan> with get, set
Public Property PersistedCircuitDistributedRetentionPeriod As Nullable(Of TimeSpan)
Property Value
Remarks
This setting is ignored when using an in-memory cache implementation.