| AppRemoveAllDataAsync Method (AsyncHandle, 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(
AsyncHandle asyncHandle,
bool confirm = false
)<ObsoleteAttribute("")>
Public Function RemoveAllDataAsync (
asyncHandle As AsyncHandle,
Optional confirm As Boolean = false
) As TaskParameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - confirm (Optional)
- Type: SystemBoolean
Return Value
Type:
TaskImplements
IAppRemoveAllDataAsync(AsyncHandle, Boolean)
See Also