Click or drag to resize
Request Class
The asyncronous request rpc message sent to a Qlik Sense server
Inheritance Hierarchy
SystemObject
  Qlik.Engine.Communication.IORequest

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Request

The Request type exposes the following members.

Constructors
  NameDescription
Public methodRequest(Int32, String, IEnumerableString, Object)
Creates a request object.
Public methodRequest(AsyncHandle, Int32, String, IEnumerableString, Object)

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

Public methodRequest(Int32, String, NullableBoolean, NullableBoolean, IEnumerableString, Object)
Creates a request object.
Top
Properties
  NameDescription
Public propertyId
Unique request id, used to match requests with responses
Top
See Also