編輯

共用方式為


DefaultTaskSchedulerAwaiter Struct

Definition

public value class DefaultTaskSchedulerAwaiter : System::Runtime::CompilerServices::INotifyCompletion
public struct DefaultTaskSchedulerAwaiter : System.Runtime.CompilerServices.INotifyCompletion
type DefaultTaskSchedulerAwaiter = struct
    interface INotifyCompletion
Public Structure DefaultTaskSchedulerAwaiter
Implements INotifyCompletion
Inheritance
DefaultTaskSchedulerAwaiter
Implements

Fields

Singleton

Properties

IsCompleted

Methods

GetAwaiter()
GetResult()
OnCompleted(Action)

Schedules the continuation action that's invoked when the instance completes.

Applies to