Table of Contents

Struct DispatcherPriorityAwaitable

Namespace
Alternet.UI.Threading
Assembly
Alternet.UI.dll

A simple awaitable type that will return a DispatcherPriorityAwaiter.

public struct DispatcherPriorityAwaitable

Remarks

This is returned from Dispatcher.Yield()

Methods

GetAwaiter()

Returns a new instance of a DispatcherPriorityAwaiter, configured with the same parameters as this instance.