Click or drag to resize
HubGetAppEntryAsync Method (AsyncHandle, String)

Retrieves the meta data of an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public Task<AppEntry> GetAppEntryAsync(
	AsyncHandle asyncHandle,
	string appID
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
appID
Type: SystemString

Return Value

Type: TaskAppEntry

Implements

IHubGetAppEntryAsync(AsyncHandle, String)
See Also