Click or drag to resize

DataSourceFactory 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 DataSourceFactory(
	Properties properties,
	string factoryClassname
)

Parameters

properties
Type: com.espertech.esper.compatProperties
to pass to the data source factory
factoryClassname
Type: SystemString
the class name of the data source factory
See Also