[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Use the mappings and properties specified in the given XML document. The format of the file is defined in esper-configuration-1.0.xsd.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function Configure ( _
	document As XmlDocument _
) As Configuration
C#
public virtual Configuration Configure (
	XmlDocument document
)
Visual C++
public:
virtual Configuration^ Configure (
	XmlDocument^ document
)

Parameters

document
System.Xml.XmlDocument
an XML document from which you wish to load the configuration

Return Value

A configuration configured via the Document