GenericObjectDestroyChildAsyncT Method (String, GenericObjectProperties, FuncResponse, T, AsyncHandle) |
Async destruction of child.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<T> DestroyChildAsync<T>(
string id,
[OptionalAttribute] GenericObjectProperties propForThis,
Func<Response, T> onResult,
[OptionalAttribute] AsyncHandle asyncHandle
)
Public Function DestroyChildAsync(Of T) (
id As String,
<OptionalAttribute> propForThis As GenericObjectProperties,
onResult As Func(Of Response, T),
<OptionalAttribute> asyncHandle As AsyncHandle
) As Task(Of T)
Parameters
- id
- Type: SystemString
Identifier of the child to destroyed. - propForThis (Optional)
- Type: Qlik.EngineGenericObjectProperties
- onResult
- Type: SystemFuncResponse, T
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Type Parameters
- T
Return Value
Type:
TaskTImplements
IGenericObjectDestroyChildAsyncT(String, GenericObjectProperties, FuncResponse, T, AsyncHandle)See Also