Click or drag to resize
HubGetUniqueIDAsync Method (AsyncHandle)

Returns the unique identifier of the endpoint for the current user in the current app.

This unique identifier can be used for logging purposes.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<string> GetUniqueIDAsync(
	AsyncHandle asyncHandle
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request

Return Value

Type: TaskString

Implements

IHubGetUniqueIDAsync(AsyncHandle)
See Also