AsyncResult<T>

Struct in LogicToolkit / Inherits from: System.ValueType
Implements interfaces: IAsyncResult<T>

Description

Structure that handles the execution result of an async method
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

Constructors

Description
AsyncResult Constructor

Fields

Field Name Description
Result Execution result
Value The value to output