Show / Hide Table of Contents

Interface ITaskCancellableCommand<TResult, TProgress>

Cancellable command with progress

Inherited Members
ITaskCancellableCommand<TResult>.Computing
ITaskCancellableCommand<TResult>.CanBeExecuted
ITaskCancellableCommand<TResult>.Run
ITaskCancellableCommand<TResult>.Cancel
ITaskCancellableCommand<TResult>.Results
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 Source

Progress

Command progress exposed as Observable

Declaration
IObservable<TProgress> Progress { get; }
Property Value
Type Description
System.IObservable<TProgress>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX