HubCancelRequestAsync Method |
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 Task CancelRequestAsync(
int requestId,
AsyncHandle asyncHandle = null
)
Public Function CancelRequestAsync (
requestId As Integer,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- requestId
- Type: SystemInt32
Identifier of the request to stop. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskImplements
IHubCancelRequestAsync(Int32, AsyncHandle)See Also