IsPersonalModeAsync Method
Overloads
| IsPersonalModeAsync() |
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop). |
|
| IsPersonalModeAsync(AsyncHandle) |
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop). |
|
| IsPersonalModeAsync<T>(AsyncHandle, Func<Response, T>) |
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop). |
IsPersonalModeAsync()
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop).
Declaration
[Obsolete("Use _IsDesktopMode_ method instead")]
Task<bool> IsPersonalModeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |
IsPersonalModeAsync(AsyncHandle)
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop).
Declaration
[Obsolete("Use _IsDesktopMode_ method instead")]
Task<bool> IsPersonalModeAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |
IsPersonalModeAsync<T>(AsyncHandle, Func<Response, T>)
Indicates whether or not the user is working in personal mode (Qlik Sense Desktop).
Declaration
[Obsolete("Use _IsDesktopMode_ method instead")]
Task<T> IsPersonalModeAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |