Click or drag to resize
Request Constructor (Int32, String, IEnumerableString, Object)
Creates a request object.

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Request(
	int wsHandle,
	string wsMethod,
	IEnumerable<string> argumentNames = null,
	params Object[] arguments
)

Parameters

wsHandle
Type: SystemInt32
A unique ID for the request.
wsMethod
Type: SystemString
The name of the server method to call.
argumentNames (Optional)
Type: System.Collections.GenericIEnumerableString
Positional argument names for the method
arguments
Type: SystemObject
The set of arguments for the method.
See Also