Hello,
Can we actually benefit from the ICloseStrategy interface unless we use it explicitly, and what i mean by that is that when the Item we are calling Close upon is either a IConductor or IScreen implementation then how can we access the second argument of the Execute method on the ICloseStrategy, namely the Action<bool, IEnumberable> parameter ?
Regarding SequentialResult, is the completed event fired after each IResult is completed or after the completion of all IResult"s", and what does it mean for one IResult to cancel execution ?
Thanks for the awesome unbelievable framework.
Can we actually benefit from the ICloseStrategy interface unless we use it explicitly, and what i mean by that is that when the Item we are calling Close upon is either a IConductor or IScreen implementation then how can we access the second argument of the Execute method on the ICloseStrategy, namely the Action<bool, IEnumberable> parameter ?
Regarding SequentialResult, is the completed event fired after each IResult is completed or after the completion of all IResult"s", and what does it mean for one IResult to cancel execution ?
Thanks for the awesome unbelievable framework.