SubscribeComplete

ISubscription ICommandSequence.SubscribeComplete(CommandSequenceCompleteHandler handler)

Subscribes a callback to be called when execution of the command sequence is finished, i.e. when the command sequence is in either CommandState.Completed or CommandState.Failed.

Parameters

handler – Delegate to be invoked when command sequence execution is finished.

Returns

ISubscription – An ISubscription for the callback.

Throws