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

Use the configuration specified by the given URL. The format of the document obtained from the URL 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 ( _
	url As Uri _
) As Configuration
C#
public virtual Configuration Configure (
	Uri url
)
Visual C++
public:
virtual Configuration^ Configure (
	Uri^ url
)

Parameters

url
System.Uri
URL from which you wish to load the configuration

Return Value

A configuration configured via the file