ConfigurablePofContextCreatePofConfig Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a
ConfigurablePofContextPofConfig 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: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual ConfigurablePofContextPofConfig CreatePofConfig()
Return Value
Type:
ConfigurablePofContextPofConfig
A
PofConfig for this
ConfigurablePofContext.
ExceptionsException | Condition |
---|
SystemException |
If XML configuration file contains bad data.
|
See Also