Interface ITaskCancellableCommand<TResult, TProgress>
Cancellable command with progress
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: Neutronium.BuildingBlocks.ApplicationTools
Assembly: Neutronium.BuildingBlocks.ApplicationTools.dll
Syntax
public interface ITaskCancellableCommand<TResult, out TProgress> : ITaskCancellableCommand<TResult>, INotifyPropertyChanged, INotifyPropertyChanging
Type Parameters
Name | Description |
---|---|
TResult | Result type |
TProgress | Progress type |
Properties
| Improve this Doc View SourceProgress
Command progress exposed as Observable
Declaration
IObservable<TProgress> Progress { get; }
Property Value
Type | Description |
---|---|
System.IObservable<TProgress> |