IAppForwardCountAsync Method (AsyncHandle) |
Returns the number of entries on the Forward stack.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<int> ForwardCountAsync(
AsyncHandle asyncHandle = null
)
Function ForwardCountAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Integer)
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskInt32See Also