Click or drag to resize
AppSaveObjectsAsync Method

Saves all objects that were modified in the app.

Data from the data model are not saved.This operation is only possible when working in server mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task SaveObjectsAsync()

Return Value

Type: Task

Implements

IAppSaveObjectsAsync
See Also