ObservableObject.TaskNotifier.Implicit Operator

Definition

Unwraps the Task value stored in the current instance.

public static implicit operator System.Threading.Tasks.Task (Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier notifier);
static member op_Implicit : Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier -> System.Threading.Tasks.Task
Public Shared Widening Operator CType (notifier As ObservableObject.TaskNotifier) As Task

Parameters

Returns

Applies to