DispatcherPriorityAwaiter Structure
Represents an object that waits for the completion of an asynchronous task.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | IsCompleted | Gets a value that indicates whether the asynchronous task has completed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetResult() | Ends the wait for the completion of the asynchronous task. |
![]() | GetType() | |
![]() | OnCompleted(Action^) | Sets the action to perform when the DispatcherPriorityAwaiter object stops waiting for the asynchronous task to complete. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
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.

