IAppApplyGenericBookmarkAsync Method (String, AsyncHandle) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<bool> ApplyGenericBookmarkAsync(
string id,
AsyncHandle asyncHandle = null
)
Function ApplyGenericBookmarkAsync (
id As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- id
- Type: SystemString
Identifier of the bookmark - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskBooleanSee Also