Click or drag to resize
IQvxServerHandleJsonRequest Method
This method should be overridden by a custom connector. It should return a QvxReply.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
string HandleJsonRequest(
	string method,
	string[] userParameters,
	QvxConnection connection
)

Parameters

method
Type: SystemString
Method called
userParameters
Type: SystemString
User defined parameters
connection
Type: QlikView.Qvx.QvxLibraryQvxConnection
Reference to the current connection

Return Value

Type: String
A QvxReply
See Also