| Overload | Description |
|---|---|
| WaitAny(String) | Waits for any of the currently added tasks to fullfill (NAggregatePromise.Any) |
| WaitAny<TResult>(String) | Waits for any of the currently added tasks to fullfill (NAggregatePromise.Any). Then casts the result to the specified type. |