Provides a set of static methods that extend the Task class.
Namespace: System.Windows.Threading
Assembly: System.Windows.Presentation (in System.Windows.Presentation.dll)
The TaskExtensions type exposes the following members.
| 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 | 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
