Click or drag to resize
IAwaiter Methods

The IAwaiter type exposes the following members.

Methods
  NameDescription
Public methodGetResult
Public methodOnCompleted
Schedules the continuation action that's invoked when the instance completes.
(Inherited from INotifyCompletion.)
Public methodUnsafeOnCompleted
Schedules the continuation action that's invoked when the instance completes.
(Inherited from ICriticalNotifyCompletion.)
Top
See Also