Click or drag to resize
QvxServerCreateConnection Method
This method should be overridden by a custom connector and return a new instance of a class implementing QvxConnection. The class implementing QvxConnection is typically created by a developer as part of a connector.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public abstract QvxConnection CreateConnection()

Return Value

Type: QvxConnection
A new instance of a class implementing QvxConnection

Implements

IQvxServerCreateConnection
See Also