ObservableObject.TaskNotifier<T> Class

Definition

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>)

Applies to