Mercurial > pub > ImplabNet
comparison Implab/IPromiseBase.cs @ 26:f0bf98e4d22c
refactoring
author | cin |
---|---|
date | Fri, 21 Feb 2014 03:15:28 +0400 |
parents | 9bf5b23650c9 |
children | 768f7deeb55b |
comparison
equal
deleted
inserted
replaced
25:9bf5b23650c9 | 26:f0bf98e4d22c |
---|---|
13 } | 13 } |
14 | 14 |
15 bool IsResolved { get; } | 15 bool IsResolved { get; } |
16 | 16 |
17 bool IsCancelled { get; } | 17 bool IsCancelled { get; } |
18 | |
19 IPromiseBase Then(Action success,ErrorHandler error); | |
20 IPromiseBase Then(Action success); | |
21 | |
18 } | 22 } |
19 } | 23 } |