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

Use the configuration specified in the given application file. 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 ( _
	configFile As FileInfo _
) As Configuration
C#
public virtual Configuration Configure (
	FileInfo configFile
)
Visual C++
public:
virtual Configuration^ Configure (
	FileInfo^ configFile
)

Parameters

configFile
System.IO.FileInfo
File from which you wish to load the configuration

Return Value

A configuration configured via the file