Click or drag to resize

ModAsyncOperationT 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
SystemObject
  UModModAsyncOperation
    UModModAsyncOperationT

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 ModAsyncOperationT type exposes the following members.

Constructors
  NameDescription
Protected methodModAsyncOperationT
Initializes a new instance of the ModAsyncOperationT class
Top
Properties
  NameDescription
Public propertyResult
Get the generic result of the async operation.
Top
See Also