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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<string> GetUniqueIDAsync(
AsyncHandle asyncHandle = null
)
Public Function GetUniqueIDAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of String)
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskStringImplements
IHubGetUniqueIDAsync(AsyncHandle)See Also