| 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task SaveObjectsAsync()
Public Function SaveObjectsAsync As Task
Return Value
Type:
TaskImplements
IAppSaveObjectsAsync
See Also