Click or drag to resize

DriverConnectionFactoryDescMerge Method

Merges the specified properties to merge.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DriverConnectionFactoryDesc Merge(
	Properties propertiesToMerge
)

Parameters

propertiesToMerge
Type: com.espertech.esper.compatProperties
The properties to merge.

Return Value

Type: DriverConnectionFactoryDesc

[Missing <returns> documentation for "M:com.espertech.esper.common.client.configuration.common.DriverConnectionFactoryDesc.Merge(com.espertech.esper.compat.Properties)"]

See Also