Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a ConfigurablePofContext..::..PofConfig object based on a configuration that was either provided as XML, or can be loaded from the specified (or default) URI.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected internal virtual ConfigurablePofContext..::..PofConfig CreatePofConfig()

Return Value

A PofConfig for this ConfigurablePofContext.

Exceptions

ExceptionCondition
System..::..SystemException If XML configuration file contains bad data.

See Also