Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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