DispatcherPriorityAwaitable 구조체

정의

현재 디스패처에 비동기적으로 제어를 다시 제공하여 다른 이벤트를 처리할 수 있는 기회를 디스패처에 제공하는 awaitable 개체를 나타냅니다.

public value class DispatcherPriorityAwaitable
public struct DispatcherPriorityAwaitable
type DispatcherPriorityAwaitable = struct
Public Structure DispatcherPriorityAwaitable
상속
DispatcherPriorityAwaitable

설명

Dispatcher.Yield 메서드는 DispatcherPriorityAwaitable를 반환합니다.

메서드

GetAwaiter()

비동기 작업의 완료를 기다리는 개체를 반환합니다.

적용 대상