Click or drag to resize
IAwaiterT Methods

The IAwaiterT generic type exposes the following members.

Methods
  NameDescription
Public methodGetResult
Waits for the awaitable to complete and returns the value represented by it.
Public methodOnCompleted
Schedules the continuation action that's invoked when the instance completes.
(Inherited from INotifyCompletion.)
Top
See Also