HubIsPersonalModeAsync Method (AsyncHandle) |
Indicates whether or not the user works in personal mode.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<bool> IsPersonalModeAsync(
AsyncHandle asyncHandle = null
)
Public Function IsPersonalModeAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskBooleanImplements
IHubIsPersonalModeAsync(AsyncHandle)See Also