| HubInteractDone Method (Int32, InteractDef) | 
Informs the engine that a user interaction (which was earlier requested by the engine) was performed and indicates the engine what to do next.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic void InteractDone(
	int requestId,
	InteractDef def
)
Public Sub InteractDone ( 
	requestId As Integer,
	def As InteractDef
)
Parameters
- requestId
 - Type: SystemInt32
Identifier of the request. 
                                        Corresponds to the identifier of the DoReload request. - def
 - Type: Qlik.EngineInteractDef
User response to the current interaction. 
Return Value
Type: 
Implements
IHubInteractDone(Int32, InteractDef)
See Also