Skip to main content Skip to complementary content

InteractDoneAsync Method

Overloads

InteractDoneAsync(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.

InteractDoneAsync(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.

InteractDoneAsync(AsyncHandle, 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.

InteractDoneAsync(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

      Task InteractDoneAsync(AsyncHandle asyncHandle, InteractDef def)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Corresponds to the identifier for the call.

InteractDef def

Returns

Type Description
System.Threading.Tasks.Task

InteractDoneAsync(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

      Task InteractDoneAsync([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.

Returns

Type Description
System.Threading.Tasks.Task

InteractDoneAsync(AsyncHandle, 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

      Task InteractDoneAsync(AsyncHandle asyncHandle, [QixName("qRequestId")] int requestId, [QixName("qDef")] InteractDef def)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Int32 requestId

Identifier of the request. Corresponds to the identifier of the DoReload request.

InteractDef def

User response to the current interaction.

Returns

Type Description
System.Threading.Tasks.Task

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!