IChain is ordered list of commands. It receives particular IContext that should be processed. IContext is processed by passing it to commands available in IChain(starting from first ICommand in IChain to the last one). IContext processing is performed until one of the IChain's commands returns true, one of the IChain's commands throws an exception or end of the IChain's commands list is reached.
For a list of all members of this type, see IChain Members.
Type | Description |
---|---|
ChainBase | Base class for IChain implementations. |
Namespace: NChain
Assembly: NChain (in NChain.dll)
IChain Members | NChain Namespace