An NDoc Documented Class Library

IChain.addCommands Method 

Adds list of commands to current IChain's commands. It is not possible to add commands to IChain's commands list while IChain is processing IContext (IChain's commands list during request execution is frozen) - such try will cause an exception.

[Visual Basic]
Sub addCommands( _
   ByVal commands As IList _
)
[C#]
void addCommands(
   IList commands
);

Parameters

commands
List of ICommands that should be added to IChain.

See Also

IChain Interface | NChain Namespace