Cancels an ongoing request. The request is stopped.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public void CancelRequest(
int requestId
)
Public Sub CancelRequest (
requestId As Integer
)
Parameters
- requestId
- Type: SystemInt32
Identifier of the request to stop.
Implements
IHubCancelRequest(Int32)See Also