 | DataSourceFactory Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic 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