ObservableObject.TaskNotifier.Implicit Operator
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.
Unwraps the Task value stored in the current instance.
public static implicit operator System.Threading.Tasks.Task (CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier notifier);
static member op_Implicit : CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier -> System.Threading.Tasks.Task
Public Shared Widening Operator CType (notifier As ObservableObject.TaskNotifier) As Task
Parameters
- notifier
- ObservableObject.TaskNotifier
The input ObservableObject.TaskNotifier<T> instance.