Show / Hide Table of Contents

Class CoherenceConfig

Value object containing information from the parsed Coherence for .NET configuration section (<coherence>).

Inheritance
object
CoherenceConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.