DispatcherPriorityAwaitable 结构

定义

表示异步产生控制权交还给当前调度程序并为该调度程序提供机会处理其他事件的可等待对象。

public value class DispatcherPriorityAwaitable
public struct DispatcherPriorityAwaitable
type DispatcherPriorityAwaitable = struct
Public Structure DispatcherPriorityAwaitable
继承
DispatcherPriorityAwaitable

注解

Dispatcher.Yield 方法会返回 DispatcherPriorityAwaitable

方法

GetAwaiter()

返回对象,其等待异步任务的完成。

适用于