Skip to main content Skip to complementary content

Request Class

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine.dll

The asynchronous request RPC message sent to a Qlik Sense server

Inheritance

Syntax

public class Request : Request

Constructors

Name Description
Request(AsyncHandle, Int32, String, IEnumerable<String>, Object[])

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

GetProgressAsync(AsyncHandle)

Request(Int32, String, IEnumerable<String>, Object[])

Creates a request object.

Request(Int32, String, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<String>, Object[])

Creates a request object.

Fields

Name Description
CustomRpcHeaders

Dictionary containing custom headers that will be included in all JSON-RPC calls to the engine.

Methods

Name Description
AddHeader(String, Object)

Method for adding JSON RPC headers to a Request object

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!