Awaitable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class Awaitable
type Awaitable = class
Public Class Awaitable
- Inheritance
-
Awaitable
Constructors
Awaitable() |
Methods
FromItem<T>(T) |
Wraps item in a IAwaitable<T>. |
FromSource<TSource,TItem>(TSource, Func<TSource,Task<TItem>>) |
Wraps source to build item as a IAwaitable<T>. |