ValueTaskAwaiter 구조체
정의
public value class ValueTaskAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public struct ValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type ValueTaskAwaiter = struct
interface ICriticalNotifyCompletion
interface INotifyCompletion
Public Structure ValueTaskAwaiter
Implements ICriticalNotifyCompletion
- 상속
- 구현
속성
IsCompleted |
ValueTask이 완료되었는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the ValueTask has completed. |
메서드
GetResult() |
ValueTask의 결과를 가져옵니다.Gets the result of the ValueTask. |
OnCompleted(Action) |
이 ValueTask에 대한 연속 작업을 예약합니다.Schedules the continuation action for this ValueTask. |
UnsafeOnCompleted(Action) |
이 ValueTask에 대한 연속 작업을 예약합니다.Schedules the continuation action for this ValueTask. |