Click or drag to resize

Configuration Constructor (IContainer)

Constructs an empty configuration. The auto import values are set to defaults.

Namespace:  com.espertech.esper.common.client.configuration
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Configuration(
	IContainer container
)

Parameters

container
Type: com.espertech.esper.containerIContainer

[Missing <param name="container"/> documentation for "M:com.espertech.esper.common.client.configuration.Configuration.#ctor(com.espertech.esper.container.IContainer)"]

See Also