WhenEachResult<T> Struct
Assembly: cs.temp.dll.dll
public readonly struct WhenEachResult<T>
Members
Constructors
Properties
Methods
Constructors
WhenEachResult(T)
public WhenEachResult(T result)
WhenEachResult(Exception)
public WhenEachResult(Exception exception)
Parameters
exception
System.Exception
Properties
Exception
public readonly Exception Exception { get; }
Property Value
- System.Exception
IsCompletedSuccessfully
public readonly bool IsCompletedSuccessfully { get; }
Property Value
- System.Boolean
IsFaulted
public readonly bool IsFaulted { get; }
Property Value
- System.Boolean
Result
public readonly T Result { get; }
Methods
GetResult()
public readonly T GetResult()
ToString()
public override readonly string ToString()
Overrides
System.ValueType.ToString()
TryThrow()
public readonly void TryThrow()