Click or drag to resize

ModAsyncOperation<T> Class

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
System.Object
  UMod.ModAsyncOperation
    UMod.ModAsyncOperation<T>

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ModAsyncOperation<T> : ModAsyncOperation

Type Parameters

T
The generic result type

The ModAsyncOperation<T> type exposes the following members.

Constructors
  NameDescription
Protected methodModAsyncOperation<T>
Initializes a new instance of the ModAsyncOperation<T> class
Top
Properties
  NameDescription
Public propertyResult
Get the generic result of the async operation.
Top
See Also