Click or drag to resize

DriverConnectionFactoryDesc 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 DriverConnectionFactoryDesc(
	string driverName,
	Properties driverProperties
)

Parameters

driverName
Type: SystemString
is the driver name
driverProperties
Type: com.espertech.esper.compatProperties
is driver properties
See Also