Szerkesztés

Megosztás a következőn keresztül:


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

GrainTypeConfiguration(String)

Constructor.

GrainTypeConfiguration(String, Nullable<TimeSpan>)

Constructor.

Properties

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

Load(XmlElement)

Load this configuration from xml element.

Load(XmlElement, Logger)

Load this configuration from xml element.

SetCollectionAgeLimit(Nullable<TimeSpan>)

Sets a custom collection age limit for a grain type.

Applies to