Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Load an XML configuration from a resource.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static IXmlDocument LoadResource(
	IResource resource,
	string description
)

Parameters

resource
Type: Tangosol.IO.Resources..::..IResource
The resource.
description
Type: System..::..String
A description of the resource being loaded (e.g. "cache configuration"). The description is only used in logging and error messages related to loading the resource.

Return Value

The configuration XML.

See Also