Hub GetUniqueIDAsync Method (String)Qlik Sense .NET SDK - API Reference

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: 1.0.1.0 (1.0.1.0)
Syntax

public Task<string> GetUniqueIDAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineString 

Implements

IHub GetUniqueIDAsync(String)
See Also