Skip to main content Skip to complementary content

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

      void InteractDone(AsyncHandle asyncHandle, InteractDef def)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Corresponds to the identifier for the call.

InteractDef def

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

      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 DoReload request.

InteractDef def

User response to the current interaction.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!