Renamed FailableOperation to Request, this is a much shorter name that better represents the concept implemented by the class

git-svn-id: file:///srv/devel/repo-conversion/nusu@62 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2008-03-26 19:52:28 +00:00
parent 533cbba3c5
commit c21ba759cc
4 changed files with 47 additions and 27 deletions

View file

@ -26,7 +26,7 @@ using Nuclex.Support.Tracking;
namespace Nuclex.Support.Scheduling {
/// <summary>Base class for observable operations running in the background</summary>
public abstract class Operation : FailableProgression {
public abstract class Operation : Request {
/// <summary>Launches the background operation</summary>
public abstract void Start();