Table of Contents

Class ObservableObject.TaskNotifier

Namespace
CommunityToolkit.Mvvm.ComponentModel
Assembly
CommunityToolkit.Mvvm.dll

A wrapping class that can hold a Task value.

protected sealed class ObservableObject.TaskNotifier
Inheritance
ObservableObject.TaskNotifier
Inherited Members

Operators

implicit operator Task?(TaskNotifier?)

Unwraps the Task value stored in the current instance.

public static implicit operator Task?(ObservableObject.TaskNotifier? notifier)

Parameters

notifier ObservableObject.TaskNotifier

The input ObservableObject.TaskNotifier<T> instance.

Returns

Task