UniTask
Show / Hide Table of Contents

WhenEachResult<T> Struct

Namespace: Cysharp.Threading.Tasks
Assembly: UniTask.dll
public readonly struct WhenEachResult<T>

Type Parameters

T

Members

Constructors

Name Description
WhenEachResult(Exception)
WhenEachResult(T)

Properties

Name Description
Exception
IsCompletedSuccessfully
IsFaulted
Result

Methods

Name Description
GetResult()
ToString()
TryThrow()

Constructors

WhenEachResult(Exception)

public WhenEachResult(Exception exception)
Parameters
exception Exception

WhenEachResult(T)

public WhenEachResult(T result)
Parameters
result T

Properties

Exception

public Exception Exception { get; }
Property Value
Exception

IsCompletedSuccessfully

public bool IsCompletedSuccessfully { get; }
Property Value
bool

IsFaulted

public bool IsFaulted { get; }
Property Value
bool

Result

public T Result { get; }
Property Value
T

Methods

GetResult()

public T GetResult()
Returns
T

ToString()

public override string ToString()
Returns
string
Overrides
ValueType.ToString()

TryThrow()

public void TryThrow()
Back to top Copyright © Cysharp, Inc. | Generated by DocFX