Edit

GrainTypeConfiguration Class

Definition

Grain type specific application configuration.

[System.Serializable]
public class GrainTypeConfiguration
[<System.Serializable>]
type GrainTypeConfiguration = class
Public Class GrainTypeConfiguration
Inheritance
GrainTypeConfiguration
Attributes

Constructors

Name Description
GrainTypeConfiguration(String, Nullable<TimeSpan>)

Constructor.

GrainTypeConfiguration(String)

Constructor.

Properties

Name Description
AreDefaults

Whether this is a default configuration that applies to all grain types.

CollectionAgeLimit

The time period used to collect in-active activations of this type.

FullTypeName

The type of the grain of this configuration.

Methods

Name Description
Load(XmlElement, Logger)

Load this configuration from xml element.

Load(XmlElement)

Load this configuration from xml element.

SetCollectionAgeLimit(Nullable<TimeSpan>)

Sets a custom collection age limit for a grain type.

Applies to