Request Constructor (Int32, String, Nullable Boolean , Nullable Boolean ,  Object )Qlik Sense .NET SDK - API Reference
Creates a request object.

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Request(
	int wsHandle,
	string wsMethod,
	Nullable<bool> wsDelta,
	Nullable<bool> wsCont,
	params Object[] arguments
)

Parameters

wsHandle
Type: OnlineSystem Int32
A unique ID for the request.
wsMethod
Type: OnlineSystem String
The name of the server method to call.
wsDelta
Type: OnlineSystem Nullable OnlineBoolean 
If true, the server will return only the delta between this and the last delta request to the same method.
wsCont
Type: OnlineSystem Nullable OnlineBoolean 
arguments
Type:  OnlineSystem Object 
The set of arguments for the method.
See Also