Метод | Описание | |
---|---|---|
AwaitAll ( Task tasks ) : void | ||
StartAll ( Task tasks ) : void | ||
Task ( System.Action action ) : System |
Метод | Описание | |
---|---|---|
ThrowIfError ( ) : void |
public static AwaitAll ( Task tasks ) : void | ||
tasks | Task | |
Результат | void |
public static StartAll ( Task tasks ) : void | ||
tasks | Task | |
Результат | void |
public Task ( System.Action action ) : System | ||
action | System.Action | |
Результат | System |