TaskExtensions.DispatcherOperationWait Method (Task)
.NET Framework (current version)
Waits indefinitely for the underlying DispatcherOperation to complete.
Assembly: System.Windows.Presentation (in System.Windows.Presentation.dll)
Parameters
- this
-
Type:
System.Threading.Tasks.Task
The Task that is associated with the DispatcherOperation.
Return Value
Type: System.Windows.Threading.DispatcherOperationStatusThe status of the underlying DispatcherOperation.
| Exception | Condition |
|---|---|
| NotSupportedException | The Task is not associated with a DispatcherOperation. |
Call the IsDispatcherOperationTask method to check whether the Task is associated with a DispatcherOperation before you call this method.
.NET Framework
Available since 4.5
Available since 4.5
Show: