Click or drag to resize
QvxServer.Run 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: System.String
Reference to parent window handle
pipeName
Type: System.String
Command pipe name

Implements

IQvxServer.Run(String, String)
See Also