| AppBackCountAsync Method (AsyncHandle) | 
Returns the number of entries on the Back stack.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<int> BackCountAsync(
	AsyncHandle asyncHandle = null
)
Public Function BackCountAsync ( 
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Integer)
Parameters
- asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskInt32Implements
IAppBackCountAsync(AsyncHandle)
See Also