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 Awaitabletype Awaitable = classPublic 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>. |