Class CoherenceConfig
Value object containing information from the parsed Coherence for .NET configuration section (<coherence>).
Inherited Members
Namespace: Tangosol.Config
Assembly: Coherence.dll
Syntax
public class CoherenceConfig
Properties
CacheConfig
The value of the cache-config element within the Coherence for .NET configuration section.
Declaration
public IResource CacheConfig { get; set; }
Property Value
Type | Description |
---|---|
IResource | The value of the cache-config element within the Coherence for .NET configuration section. |
ConfigProperties
A map of miscellaneous configuraion properties within the Coherence for .NET configuration section.
Declaration
public Hashtable ConfigProperties { get; set; }
Property Value
Type | Description |
---|---|
Hashtable | A map of name, value pair of configuration properties within the Coherence for .NET configuration section. |
OperationalConfig
The value of the coherence-config element within the Coherence for .NET configuration section.
Declaration
public IResource OperationalConfig { get; set; }
Property Value
Type | Description |
---|---|
IResource | The value of the coherence-config element within the Coherence for .NET configuration section. |
PofConfig
The value of the pof-config element within the Coherence for .NET configuration section.
Declaration
public IResource PofConfig { get; set; }
Property Value
Type | Description |
---|---|
IResource | The value of the pof-config element within the Coherence for .NET configuration section. |