Click or drag to resize
HubCancelRequest Method

Cancels an ongoing request. The request is stopped.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void CancelRequest(
	int requestId
)

Parameters

requestId
Type: SystemInt32
Identifier of the request to stop.

Implements

IHubCancelRequest(Int32)
See Also