Click or drag to resize
QvxServerRun Method
Run QvxServer from within QlikView. It utilizes a command pipe to communicate with QlikView and a data pipe to send information to it.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public void Run(
	string parentString,
	string pipeName
)

Parameters

parentString
Type: SystemString
Reference to parent window handle
pipeName
Type: SystemString
Command pipe name

Implements

IQvxServerRun(String, String)
See Also