ObservableObject.TaskNotifier<T> 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.
A wrapping class that can hold a Task<TResult> value.
protected sealed class ObservableObject.TaskNotifier<T>
Protected NotInheritable Class ObservableObject.TaskNotifier(Of T)
Type Parameters
- T
The type of value for the wrapped Task<TResult> instance.
- Inheritance
-
ObservableObject.TaskNotifier<T>
Operators
Implicit(ObservableObject.TaskNotifier<T> to Task<T>) |