Click or drag to resize

ConfigurationCommonDBRefSetDataSourceFactory Method

Set the connection factory to use a factory class.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void SetDataSourceFactory(
	Properties properties,
	string dataSourceFactoryClassName
)

Parameters

properties
Type: com.espertech.esper.compatProperties
passed to the createDataSource method of the data source factory class
dataSourceFactoryClassName
Type: SystemString
the classname of the data source factory
See Also