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
public 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 |
Implements
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
public 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 |
| InteractDef | def |
User response to the current interaction. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
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
public 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 |
| InteractDef | def |
User response to the current interaction. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |