Skip to content

CollectionAgeLimitAttribute

class

Namespace: Orleans

Specifies the period of inactivity before a grain is available for collection and deactivation.
public class CollectionAgeLimitAttribute : Attribute, IGrainPropertiesProviderAttribute

Constructors

Properties

  • AgeLimit Gets the idle activation collection age.
  • AlwaysActive Gets or sets a value indicating whether this grain should never be collected by the idle activation collector.
  • Days Gets or sets the number of days to delay collecting an idle activation for.
  • Hours Gets or sets the number of hours to delay collecting an idle activation for.
  • Minutes Gets or sets the number of minutes to delay collecting an idle activation for.

Methods

Fields