TaskExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helpers for working with tasks.
public static class TaskExtensions
type TaskExtensions = class
Public Module TaskExtensions
- Inheritance
-
TaskExtensions
Methods
GetResultOrDefault(Task) |
Gets the result of a Task if available, or |
GetResultOrDefault<T>(Task<T>) |
Gets the result of a Task<TResult> if available, or |