IAsyncResult<T>
Interface in LogicToolkit
Description
An interface that handles the execution results of async methods
Mainly used to convey the result to the automatically generated Await script.
In addition to AsyncResult, you can set the value to be output.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Type of the value to be output |
Properties
Property Name | Description |
---|---|
Result | Execution result |
Value | The value to output |