| AppRemoveAllDataAsync Method (Boolean) |
Note: This API is now obsolete.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax[ObsoleteAttribute("")]
public Task RemoveAllDataAsync(
bool confirm = false
)<ObsoleteAttribute("")>
Public Function RemoveAllDataAsync (
Optional confirm As Boolean = false
) As TaskParameters
- confirm (Optional)
- Type: SystemBoolean
Return Value
Type:
TaskImplements
IAppRemoveAllDataAsync(Boolean)
See Also