IHub GetProgressAsync Method (Int32, 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<ProgressData> GetProgressAsync(
	int requestId,
	string userHandle = null
)

Parameters

requestId
Type: OnlineSystem Int32
Identifier of the request. Corresponds to the identifier of the DoReload request.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask ProgressData 
See Also