ObservableTask<TResult> 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.
generic <typename TResult>
public ref class ObservableTask : Microsoft::VisualStudio::PlatformUI::ObservableObject
public class ObservableTask<TResult> : Microsoft.VisualStudio.PlatformUI.ObservableObject
type ObservableTask<'Result> = class
inherit ObservableObject
Public Class ObservableTask(Of TResult)
Inherits ObservableObject
Type Parameters
- TResult
- Inheritance
Constructors
| ObservableTask<TResult>(DispatcherOperation) | |
| ObservableTask<TResult>(Task<TResult>) |
Properties
| Result |
Methods
| FromResult(TResult) | |
| GetAwaiter() | |
| NotifyPropertyChanged(String) |
The method that is called when a property has changed. (Inherited from ObservableObject) |
| SetProperty(IntPtr, IntPtr, String) | (Inherited from ObservableObject) |
| SetProperty(UIntPtr, UIntPtr, String) | (Inherited from ObservableObject) |
| SetProperty<T>(T, T, Action, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
| SetProperty<T>(T, T, Action<T,T>, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
| SetProperty<T>(T, T, String) |
Checks for a change to a value, and if the value is different, stores the value and notifies of property changes. (Inherited from ObservableObject) |
Events
| PropertyChanged |
The event that is raised when a property has changed. (Inherited from ObservableObject) |