Hub CancelRequest Method Qlik Sense .NET SDK - API Reference

Cancels an ongoing request. The request is stopped.

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

public void CancelRequest(
	int requestId
)

Parameters

requestId
Type: OnlineSystem Int32
Identifier of the request to stop.

Implements

IHub CancelRequest(Int32)
See Also