Creates a request object.
Namespace: Qlik.Engine.Communication.IOAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- wsHandle
- Type:
System Int32
A unique ID for the request.
- wsMethod
- Type:
System String
The name of the server method to call.
- wsDelta
- Type:
System Nullable
Boolean
If true, the server will return only the delta between this and the last delta request to the same method.
- wsCont
- Type:
System Nullable
Boolean
- arguments
- Type:
System Object
The set of arguments for the method.
See Also