IHub GetProgressAsync T  Method (Int32, Func Response, T , String)Qlik Sense .NET SDK - API Reference

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: 1.0.1.0 (1.0.1.0)
Syntax

Task<T> GetProgressAsync<T>(
	int requestId,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

requestId
Type: OnlineSystem Int32
Identifier of the request. Corresponds to the identifier of the DoReload request.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also