 | ConfigurationConfigure Method (XmlDocument) |
Use the mappings and properties specified in the given XML document.
The format of the file is defined in
esper-configuration-(version).xsd.
Namespace:
com.espertech.esper.common.client.configuration
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Configuration Configure(
XmlDocument document
)
Parameters
- document
- Type: System.XmlXmlDocument
an XML document from which you wish to load the configuration
Return Value
Type:
ConfigurationA configuration configured via the <tt>Document</tt>
See Also