Overload | Description |
---|---|
WaitAll(String) | Waits for all currently added tasks to fullfill (NAggregatePromise.All) |
WaitAll<TResult>(String) | Waits for all currently added tasks to fullfill (NAggregatePromise.All). Then casts the result of all promises to the specified target type. |