Click or drag to resize

DataSourceConnection Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DataSourceConnection(
	string contextLookupName,
	Properties envProperties
)

Parameters

contextLookupName
Type: SystemString
is the object name to look up
envProperties
Type: com.espertech.esper.compatProperties
are the context properties to use constructing InitialContext
See Also