TaskExtensions Class
Provides a set of static methods that extend the Task class.
Assembly: System.Windows.Presentation (in System.Windows.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DispatcherOperationWait(Task) | Waits indefinitely for the underlying DispatcherOperation to complete. |
![]() ![]() | DispatcherOperationWait(Task, TimeSpan) | Waits for the specified amount of time for the underlying DispatcherOperation to complete. |
![]() ![]() | IsDispatcherOperationTask(Task) | Returns a value that indicates whether this Task is associated with a DispatcherOperation. |
The methods in this class are defined as extension methods that extend the Task class. This means that they can be called like an instance method on any Task object. The methods in this class operate on Task objects that are associated with a Dispatcher object.
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

