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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public Task<T> CreateSessionAppFromAppAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string srcAppId
)

Parameters

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

Type Parameters

T

Return Value

Type: TaskT

Implements

IHubCreateSessionAppFromAppAsyncT(AsyncHandle, FuncResponse, T, String)
See Also