The following tables list the members exposed by TaskFns.
Name | Description | |
---|---|---|
![]() ![]() | FromCallbackAction<T> | Creates a Task from a callback action that completes when the callback is called. |
![]() ![]() | FromResult<T> | Creates a Task that's completed successfully with the specified result. |
![]() ![]() | WhenAll | Overloaded. Creates a task that will complete when all of the provided collection of Tasks have completed |
![]() ![]() | WhenAny | Overloaded. Creates a task that will complete when any of the supplied tasks have completed. |