Skip to content

CollectionAgeLimitAttribute Properties

Specifies the period of inactivity before a grain is available for collection and deactivation.

AlwaysActive

getset
View source
public bool AlwaysActive
Gets or sets a value indicating whether this grain should never be collected by the idle activation collector.

Days

getset
View source
public double Days
Gets or sets the number of days to delay collecting an idle activation for.

Hours

getset
View source
public double Hours
Gets or sets the number of hours to delay collecting an idle activation for.

Minutes

getset
View source
public double Minutes
Gets or sets the number of minutes to delay collecting an idle activation for.