Instantiates a new chain of command.

C# | Visual Basic | Visual C++ |
IChainOfCommand CreateChainOfCommandByName( string commandName )
Function CreateChainOfCommandByName ( _ commandName As String _ ) As IChainOfCommand
IChainOfCommand^ CreateChainOfCommandByName( String^ commandName )

- commandName (String)
- The name of the chain of command.

The chain of command.