| IAppGetGenericObjectAsync Method (String, AsyncHandle) | 
Returns the type of the app object and the corresponding handle.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<GenericObject> GetGenericObjectAsync(
	string id,
	AsyncHandle asyncHandle = null
)
Function GetGenericObjectAsync ( 
	id As String,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of GenericObject)
Parameters
- id
 - Type: SystemString
Identifier of the object to retrieve
                                        This parameter is mandatory. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskGenericObject
See Also