Click or drag to resize
GenericObjectGetEffectivePropertiesAsyncT Method (AsyncHandle, FuncResponse, T)

Returns the identifier, the type and the properties of the object.

If the object contains some soft properties, the soft properties are returned.

If the object is linked to another object, the properties of the linking object are returned.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> GetEffectivePropertiesAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function

Type Parameters

T

Return Value

Type: TaskT

Implements

IGenericObjectGetEffectivePropertiesAsyncT(AsyncHandle, FuncResponse, T)
See Also