GrainTypeConfiguration Class
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.
Grain type specific application configuration.
[System.Serializable]
public class GrainTypeConfiguration
[<System.Serializable>]
type GrainTypeConfiguration = class
Public Class GrainTypeConfiguration
- Inheritance
-
GrainTypeConfiguration
- Attributes
Constructors
GrainTypeConfiguration(String, Nullable<TimeSpan>) |
Constructor. |
GrainTypeConfiguration(String) |
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, 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. |