Compartilhar via


AsyncValue<T> Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class AsyncValue<T> : System.ComponentModel.INotifyPropertyChanged
type AsyncValue<'T> = class
    interface INotifyPropertyChanged

Type Parameters

T

For internal use by the Xamarin.Forms platform.

Inheritance
System.Object
AsyncValue<T>
Attributes
System.ComponentModel.EditorBrowsableAttribute
Implements
System.ComponentModel.INotifyPropertyChanged

Constructors

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

For internal use by the Xamarin.Forms platform.

Properties

IsRunning

For internal use by the Xamarin.Forms platform.

Null

For internal use by the Xamarin.Forms platform.

Value

For internal use by the Xamarin.Forms platform.

Events

PropertyChanged

For internal use by the Xamarin.Forms platform.

Applies to