App DoReloadAsync Method (Int32, Boolean, Boolean, String)Qlik Sense .NET SDK - API Reference

Reloads the script that is set in an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<bool> DoReloadAsync(
	int mode = 0,
	bool partial = false,
	bool debug = false,
	string userHandle = null
)

Parameters

mode (Optional)
Type: OnlineSystem Int32
Error handling mode One of: 0 for default mode 1 for attempt recovery on all errors 2 for fail on all errors This parameter is optional.
partial (Optional)
Type: OnlineSystem Boolean
Set to true for partial reload. This parameter is optional.
debug (Optional)
Type: OnlineSystem Boolean
Set to true if debug breakpoints are to be honored. The execution of the script will be in debug mode. This parameter is optional.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineBoolean 

Implements

IApp DoReloadAsync(Int32, Boolean, Boolean, String)
See Also