Click or drag to resize
Request Constructor (AsyncHandle, Int32, String, IEnumerableString, Object)

Creates a request with a specified user handle that can be used to monitor the progress of the request.

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

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
A string handle allowing the user to access request status.
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