Async creation of child generic object
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<T> CreateChildAsync<T>(
GenericObjectProperties prop,
[OptionalAttribute] GenericObjectProperties propForThis,
[OptionalAttribute] Func<Response, T> onResult,
[OptionalAttribute] string userHandle
)
where T : GenericObject
public Task<T> CreateChildAsync<T>(
GenericObjectProperties prop,
[OptionalAttribute] GenericObjectProperties propForThis,
[OptionalAttribute] Func<Response, T> onResult,
[OptionalAttribute] string userHandle
)
where T : GenericObject
Public Function CreateChildAsync(Of T As GenericObject) (
prop As GenericObjectProperties,
<OptionalAttribute> propForThis As GenericObjectProperties,
<OptionalAttribute> onResult As Func(Of Response, T),
<OptionalAttribute> userHandle As String
) As Task(Of T)
Public Function CreateChildAsync(Of T As GenericObject) (
prop As GenericObjectProperties,
<OptionalAttribute> propForThis As GenericObjectProperties,
<OptionalAttribute> onResult As Func(Of Response, T),
<OptionalAttribute> userHandle As String
) As Task(Of T)
- T
Return Value
Type:
Task T Implements
IGenericObject CreateChildAsync T (GenericObjectProperties, GenericObjectProperties, Func Response, T , String)