Edit

Share via


RedisGrainDirectoryOptions.EntryExpiry Property

Definition

Entry expiry, null by default. A value should be set ONLY for ephemeral environments (like in tests). Setting a value different from null will cause duplicate activations in the cluster.

public TimeSpan? EntryExpiry { get; set; }
member this.EntryExpiry : Nullable<TimeSpan> with get, set
Public Property EntryExpiry As Nullable(Of TimeSpan)

Property Value

Applies to