Click or drag to resize

ConfigurationCommonDBRefSetDataSourceConnection Method

Sets the connection factory to use to obtain a connection.

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

Parameters

contextLookupName
Type: SystemString
is the object name to look up
environmentProps
Type: com.espertech.esper.compatProperties
are the optional properties to pass to the context
See Also