Mercurial > pub > ImplabNet
comparison Implab/IPromise.cs @ 9:c82e0dfbb4dd promises
sync
author | cin |
---|---|
date | Sat, 02 Nov 2013 00:55:47 +0400 |
parents | 7ea9363fef6c |
children | aa33d0bb8c0c |
comparison
equal
deleted
inserted
replaced
8:849075f49d5c | 9:c82e0dfbb4dd |
---|---|
24 } | 24 } |
25 | 25 |
26 /// <summary> | 26 /// <summary> |
27 /// Tries to cancel the promise or the complete chain. | 27 /// Tries to cancel the promise or the complete chain. |
28 /// </summary> | 28 /// </summary> |
29 /// <param name="dependencies">Try to cancel the parent promise is it has the only one child</param> | 29 /// <param name="dependencies">Try to cancel the whole promise chain, the parent promise will be cancelled only if it has only one promise</param> |
30 /// <returns></returns> | 30 /// <returns></returns> |
31 bool Cancel(bool dependencies); | 31 bool Cancel(bool dependencies); |
32 } | 32 } |
33 } | 33 } |