GrainTypeConfiguration.SetCollectionAgeLimit(Nullable<TimeSpan>) Method
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.
Sets a custom collection age limit for a grain type.
public void SetCollectionAgeLimit (TimeSpan? ageLimit);
member this.SetCollectionAgeLimit : Nullable<TimeSpan> -> unit
Public Sub SetCollectionAgeLimit (ageLimit As Nullable(Of TimeSpan))