An awaitable object that is returned by async operations so you can wait for completion in a coroutine as well as access progress and status information.
Inheritance Hierarchy
Namespace:
UMod
Assembly:
UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public class ModAsyncOperation<T> : ModAsyncOperation
Type Parameters
- T
- The generic result type
The ModAsyncOperationT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Result |
Get the generic result of the async operation.
|
TopSee Also