Class AsyncAwaitForSet<T>
Inheritance
AsyncAwaitForSet<T>
Assembly: P42.Utils.dll
Syntax
public class AsyncAwaitForSet<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
AsyncAwaitForSet(Action, Func<T, Boolean>)
Declaration
public AsyncAwaitForSet(Action onStartAction, Func<T, bool> onSetAction)
Parameters
Properties
|
Improve this Doc
View Source
CurrentInstance
Declaration
public AsyncAwaitForSet<T> CurrentInstance { get; }
Property Value
Methods
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Result()
Declaration
Returns
|
Improve this Doc
View Source
Set(T)
Declaration
public void Set(T result)
Parameters
Type |
Name |
Description |
T |
result |
|
Extension Methods