Click or drag to resize

XmlHelperLoadResource Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Load an XML configuration from a resource.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static IXmlDocument LoadResource(
	IResource resource,
	string description
)

Parameters

resource
Type: Tangosol.IO.ResourcesIResource
The resource.
description
Type: SystemString
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

Type: IXmlDocument
The configuration XML.
See Also