Click or drag to resize

ConfigurationCommonDBRefConnectionFactoryDesc Property

Returns the descriptor controlling connection creation settings.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConnectionFactoryDesc ConnectionFactoryDesc { get; set; }

Return Value

Type: ConnectionFactoryDesc
connection factory settings
See Also