 | ConfigurationConfigure Method (FileInfo) |
Use the configuration specified in the given application
file. 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(
FileInfo configFile
)
Parameters
- configFile
- Type: System.IOFileInfo
<tt>File</tt> from which you wish to load the configuration
Return Value
Type:
ConfigurationA configuration configured via the file
See Also