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

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<IMap> GetMapAsync(
	AsyncHandle asyncHandle,
	string id
)

Parameters

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

Return Value

Type: TaskIMap

Implements

ISheetGetMapAsync(AsyncHandle, String)
See Also