InteractDone Method
Overloads
| InteractDone(AsyncHandle, 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. | |
| InteractDone(Int32, InteractDef) | Informs the engine that a user interaction (which was earlier requested by the engine) was performed and indicates to the engine what to do next. | 
InteractDone(AsyncHandle, 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.
Declaration
      public void InteractDone(AsyncHandle asyncHandle, InteractDef def)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Corresponds to the identifier for the call. | 
| InteractDef | def | 
Implements
InteractDone(Int32, InteractDef)
Informs the engine that a user interaction (which was earlier requested by the engine) was performed and indicates to the engine what to do next.
Declaration
      public void InteractDone([QixName("qRequestId")] int requestId, [QixName("qDef")] InteractDef def)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | requestId | Identifier of the request. 
Corresponds to the identifier of the  | 
| InteractDef | def | User response to the current interaction. |