| IGenericObjectGetSnapshotObjectAsync Method (AsyncHandle) | 
Returns the type of the object and the corresponding handle.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<GenericBookmark> GetSnapshotObjectAsync(
	AsyncHandle asyncHandle = null
)
Function GetSnapshotObjectAsync ( 
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of GenericBookmark)
Parameters
- asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskGenericBookmark
See Also