Click or drag to resize
HubGetProgressAsyncT Method (AsyncHandle, FuncResponse, T, Int32)

Gives information about the progress of the DoReload and DoSave calls.

For more information on DoReload and DoSave, see the DoReload method and DoSave method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> GetProgressAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	int requestId
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
requestId
Type: SystemInt32
Identifier of the DoReload or DoSave request or 0. Complete information is returned if the identifier of the request is given. If the identifier is 0, less information is given. Progress messages and error messages are returned but information like when the request started and finished is not returned.

Type Parameters

T

Return Value

Type: TaskT

Implements

IHubGetProgressAsyncT(AsyncHandle, FuncResponse, T, Int32)
See Also