[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the descriptor controlling connection creation settings.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property ConnectionFactoryDesc As ConnectionFactoryDesc
C#
public virtual ConnectionFactoryDesc ConnectionFactoryDesc { get; }
Visual C++
public:
virtual property ConnectionFactoryDesc^ ConnectionFactoryDesc {
	ConnectionFactoryDesc^ get ();
}