AsyncValue<T> Class

Definition

generic <typename T>
public ref class AsyncValue sealed : System::ComponentModel::INotifyPropertyChanged
public sealed class AsyncValue<T> : System.ComponentModel.INotifyPropertyChanged
type AsyncValue<'T> = class
    interface INotifyPropertyChanged
Public NotInheritable Class AsyncValue(Of T)
Implements INotifyPropertyChanged

Type Parameters

T
Inheritance
AsyncValue<T>
Implements

Constructors

AsyncValue<T>(Task<T>, T)

Properties

IsRunning
Null
Value

Events

PropertyChanged

Applies to