AsyncValue<T> Class
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.
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.ObjectAsyncValue<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. |